diff options
Diffstat (limited to 'services/index.ts')
-rw-r--r-- | services/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/index.ts b/services/index.ts index fe5ffdc..ce20901 100644 --- a/services/index.ts +++ b/services/index.ts @@ -18,6 +18,6 @@ export default (app: Application): void => { before: { all: tryAuthenticate } - }) + }); }; |