Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
and, don't apply auth to static files..
Browse files Browse the repository at this point in the history
  • Loading branch information
errietta committed Jun 3, 2018
1 parent 95f3e60 commit 3032d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ class App {

this.setUploadMiddleware();
this.mountHomeRoute();
this.mountRoutes();
this.setStatic();
this.setViewEngine();

this.mountRoutes();

this.initConfig();
}

Expand Down

0 comments on commit 3032d14

Please sign in to comment.