mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
more project routes
This commit is contained in:
@@ -89,6 +89,10 @@ const main = async () => {
|
||||
"/project/create": withCors(routes.projectCreate),
|
||||
"/project/update": withCors(routes.projectUpdate),
|
||||
"/project/delete": withCors(routes.projectDelete),
|
||||
"/projects/by-owner": withCors(routes.projectsByOwner),
|
||||
"/projects/all": withCors(routes.projectsAll),
|
||||
"/projects/with-owners": withCors(routes.projectsWithOwners),
|
||||
"/project/with-owner": withCors(routes.projectWithOwner),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user