Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ARSnova
arsnova-click-v2-backend
Commits
124c27b8
Commit
124c27b8
authored
Nov 25, 2019
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Works on sentry config
parent
fe62272c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/App.ts
src/App.ts
+2
-2
No files found.
src/App.ts
View file @
124c27b8
...
...
@@ -62,9 +62,9 @@ class App {
this
.
middleware
();
this
.
routes
();
this
.
_express
.
use
(
Handlers
.
errorHandler
());
useExpressServer
(
this
.
_express
,
routingControllerOptions
);
this
.
_express
.
use
(
Handlers
.
errorHandler
());
}
// Configure Express middleware.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment