mirror of
https://github.com/status-im/codimd.git
synced 2025-01-10 18:45:40 +00:00
b749d50e20
Fix wrong config options In `./lib/web/auth/` some config includes still used `config.serverurl` instead of the correct `config.serverURL`. This causes wrong URL in worst case. This patch should fix those problems and migrate the wrong statements to camelcase.