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 switching to eslint for code checking 2018-11-14 23:15:36 +01:00
middleware
baseRouter.js
historyRouter.js
noteRouter.js
statusRouter.js Add full version string 2018-11-11 12:44:19 +01:00
userRouter.js Prevent subdirectories in user export 2018-11-28 09:13:28 +01:00
utils.js