diff options
-rw-r--r-- | server/middlewares/validators/follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/validators/follows.ts b/server/middlewares/validators/follows.ts index bdf39eb9c..040ee1f21 100644 --- a/server/middlewares/validators/follows.ts +++ b/server/middlewares/validators/follows.ts | |||
@@ -14,7 +14,7 @@ const followValidator = [ | |||
14 | (req: express.Request, res: express.Response, next: express.NextFunction) => { | 14 | (req: express.Request, res: express.Response, next: express.NextFunction) => { |
15 | // Force https if the administrator wants to make friends | 15 | // Force https if the administrator wants to make friends |
16 | if (isTestInstance() === false && CONFIG.WEBSERVER.SCHEME === 'http') { | 16 | if (isTestInstance() === false && CONFIG.WEBSERVER.SCHEME === 'http') { |
17 | return res.status(400) | 17 | return res.status(500) |
18 | .json({ | 18 | .json({ |
19 | error: 'Cannot follow on a non HTTPS web server.' | 19 | error: 'Cannot follow on a non HTTPS web server.' |
20 | }) | 20 | }) |