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 43b20e078..dd06a0597 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -65,7 +65,7 @@ async function getConfig (req: express.Request, res: express.Response) { | |||
65 | } | 65 | } |
66 | }, | 66 | }, |
67 | email: { | 67 | email: { |
68 | enabled: Emailer.Instance.isEnabled() | 68 | enabled: Emailer.isEnabled() |
69 | }, | 69 | }, |
70 | contactForm: { | 70 | contactForm: { |
71 | enabled: CONFIG.CONTACT_FORM.ENABLED | 71 | enabled: CONFIG.CONTACT_FORM.ENABLED |