1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/server/src/routes/index
Laurent Cozic 4a230d7cd5 Server: Removed all controller
These controllers were mostly here to allow testing the business logic.
However now that the routes are tested directly they are no longer
necessary. And testing the routes significantly increase the test
coverage.
2021-01-14 14:28:20 +00:00
..
files.ts Server: Removed all controller 2021-01-14 14:28:20 +00:00
home.ts Server: Removed all controller 2021-01-14 14:28:20 +00:00
login.test.ts Server: Removed the need for session controller 2021-01-14 13:29:03 +00:00
login.ts Server: Removed all controller 2021-01-14 14:28:20 +00:00
logout.ts Server: Add Joplin Server package (#1872) 2020-12-28 11:48:47 +00:00
notifications.ts Server: Removed all controller 2021-01-14 14:28:20 +00:00
users.test.ts Server: Removed the need for profile controller 2021-01-14 12:50:45 +00:00
users.ts Server: Removed all controller 2021-01-14 14:28:20 +00:00