diff options
Diffstat (limited to 'server/controllers/api/config.ts')
-rw-r--r-- | server/controllers/api/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/config.ts b/server/controllers/api/config.ts index 57c9398ec..c63981797 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -7,7 +7,7 @@ const configRouter = express.Router() | |||
7 | configRouter.get('/', getConfig) | 7 | configRouter.get('/', getConfig) |
8 | 8 | ||
9 | // Get the client credentials for the PeerTube front end | 9 | // Get the client credentials for the PeerTube front end |
10 | function getConfig (req, res, next) { | 10 | function getConfig (req: express.Request, res: express.Response, next: express.NextFunction) { |
11 | res.json({ | 11 | res.json({ |
12 | signup: { | 12 | signup: { |
13 | enabled: CONFIG.SIGNUP.ENABLED | 13 | enabled: CONFIG.SIGNUP.ENABLED |