mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat(wip): add support for multi user in instance
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const PATHS = {
|
||||
LOGIN: "/signin",
|
||||
LOGOUT: "/signout",
|
||||
HOME: "/",
|
||||
CATEGORY: {
|
||||
CREATE: "/category/create",
|
||||
@@ -13,14 +14,14 @@ const PATHS = {
|
||||
},
|
||||
API: {
|
||||
CATEGORY: {
|
||||
CREATE: "/category/create",
|
||||
EDIT: "/category/edit",
|
||||
REMOVE: "/category/remove",
|
||||
CREATE: "/api/category/create",
|
||||
EDIT: "/api/category/edit",
|
||||
REMOVE: "/api/category/remove",
|
||||
},
|
||||
LINK: {
|
||||
CREATE: "/link/create",
|
||||
EDIT: "/link/edit",
|
||||
REMOVE: "/link/remove",
|
||||
CREATE: "/api/link/create",
|
||||
EDIT: "/api/link/edit",
|
||||
REMOVE: "/api/link/remove",
|
||||
},
|
||||
},
|
||||
NOT_FOUND: "/404",
|
||||
|
||||
Reference in New Issue
Block a user