diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:57:07 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:57:07 +0900 |
| commit | 9d71035f6c722128e304099e73464e423b910d5c (patch) | |
| tree | 5cc90139137ca337abb5316a2e76e72433532958 /src/api/server.ts | |
| parent | Remove needless settings (diff) | |
| download | sharkey-9d71035f6c722128e304099e73464e423b910d5c.tar.gz sharkey-9d71035f6c722128e304099e73464e423b910d5c.tar.bz2 sharkey-9d71035f6c722128e304099e73464e423b910d5c.zip | |
Comment out unused import
Diffstat (limited to 'src/api/server.ts')
| -rw-r--r-- | src/api/server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/server.ts b/src/api/server.ts index 78b0d0aea8..b3b7f57e70 100644 --- a/src/api/server.ts +++ b/src/api/server.ts @@ -7,7 +7,7 @@ import * as bodyParser from 'body-parser'; import * as cors from 'cors'; import * as multer from 'multer'; -import authenticate from './authenticate'; +// import authenticate from './authenticate'; import endpoints from './endpoints'; /** |