Skip to content

Commit cb0d33c

Browse files
committed
fix(ci): try to fix CI
1 parent 6cfda4f commit cb0d33c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/web/app.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ export class WebApp {
3737

3838
this._express.use(express.urlencoded({extended: true}));
3939
this._express.use(express.json());
40-
this._express.use(bodyParserErrorHandler());
41-
40+
4241
this._express.use(this._config.pathBase, express.static(path.resolve(__dirname, '..', '..', 'assets')));
4342
this._express.use(logRequest);
43+
44+
this._express.use(bodyParserErrorHandler());
4445
}
4546

4647
controllers() {

0 commit comments

Comments
 (0)