HackMD/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 Do final internal renameing 2018-06-24 14:05:41 +02:00
baseRouter.js refactor(baseRouter.js): Adjust style fit standard 2017-05-08 19:29:06 +08:00
historyRouter.js refactor: Remove require extension filename 2017-05-08 19:29:06 +08:00
noteRouter.js Allow posting new note with content 2018-01-18 10:41:58 +01:00
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 Allow posting new note with content 2018-01-18 10:41:58 +01:00