mirror of
https://github.com/status-im/codimd.git
synced 2025-02-21 17:18:18 +00:00
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.