Add possibility to share notes
This commit is contained in:
@@ -42,6 +42,7 @@ class Router(
|
||||
"/login" bind GET public userController::login,
|
||||
"/login" bind POST public userController::login,
|
||||
"/logout" bind POST to userController::logout,
|
||||
"/notes/public/{uuid}" bind GET public noteController::public,
|
||||
)
|
||||
|
||||
val protectedRoutes = routes(
|
||||
|
||||
Reference in New Issue
Block a user