diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-23 09:00:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-23 09:00:23 +0100 |
commit | 59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6 (patch) | |
tree | 84bae36b9953b0369946a686faac1ed6cb5f82da /server/middlewares | |
parent | e5203ffa1260ee03f0f84ef6b65d57ccad5ee695 (diff) | |
download | PeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.tar.gz PeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.tar.zst PeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.zip |
Peertube home in /var/www instead of /home
Diffstat (limited to 'server/middlewares')
-rw-r--r-- | server/middlewares/oauth.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/middlewares/oauth.ts b/server/middlewares/oauth.ts index 3cda41e5c..41a3fb718 100644 --- a/server/middlewares/oauth.ts +++ b/server/middlewares/oauth.ts | |||
@@ -1,7 +1,6 @@ | |||
1 | import * as express from 'express' | 1 | import * as express from 'express' |
2 | import * as OAuthServer from 'express-oauth-server' | 2 | import * as OAuthServer from 'express-oauth-server' |
3 | import 'express-validator' | 3 | import 'express-validator' |
4 | import { logger } from '../helpers/logger' | ||
5 | import { OAUTH_LIFETIME } from '../initializers' | 4 | import { OAUTH_LIFETIME } from '../initializers' |
6 | 5 | ||
7 | const oAuthServer = new OAuthServer({ | 6 | const oAuthServer = new OAuthServer({ |