Skip to content

Commit ec2e116

Browse files
authored
Bump express to v5 (#5)
* chore: bump libs * chore: install * chore: bump body-parser * chore: version bump * chore: prettier * fix: properly handle body * fix: update failing test
1 parent 9339bd6 commit ec2e116

File tree

5 files changed

+906
-1131
lines changed

5 files changed

+906
-1131
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ It can be used to define your APIs using decorators.
1212

1313
**Table of Contents**
1414

15-
- [REST Services for Typescript](#rest-services-for-typescript)
16-
- [Installation](#installation)
17-
- [Configuration](#configuration)
18-
- [Basic Usage](#basic-usage)
19-
- [Using with an IoC Container](#using-with-an-ioc-container)
20-
- [Complete Guide](#complete-guide)
21-
- [Boilerplate Project](#boilerplate-project)
15+
- [REST Services for Typescript](#rest-services-for-typescript)
16+
- [Installation](#installation)
17+
- [Configuration](#configuration)
18+
- [Basic Usage](#basic-usage)
19+
- [Using with an IoC Container](#using-with-an-ioc-container)
20+
- [Complete Guide](#complete-guide)
21+
- [Boilerplate Project](#boilerplate-project)
2222

2323
## Installation
2424

@@ -90,9 +90,7 @@ npm install @nmshd/typescript-rest-ioc --save
9090
Then add a rest.config file in the root of your project:
9191

9292
```json
93-
{
94-
"serviceFactory": "@nmshd/typescript-rest-ioc"
95-
}
93+
{ "serviceFactory": "@nmshd/typescript-rest-ioc" }
9694
```
9795

9896
And you can use Injections, Request scopes and all the features of the IoC Container. It is possible to use it with any other IoC Container, like Inversify.

0 commit comments

Comments
 (0)