hedgedoc/lib/web
Christoph (Sheogorath) Kern b749d50e20
Merge pull request #1082 from cloudyu/pull
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.
2018-11-28 13:27:38 +01:00
..
auth Fix typo 2018-11-27 22:14:37 +08:00
imageRouter
middleware
baseRouter.js
historyRouter.js
noteRouter.js
statusRouter.js
userRouter.js Prevent subdirectories in user export 2018-11-28 09:13:28 +01:00
utils.js