mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
all fixes for Project.creatorId and Organisation tables
This commit is contained in:
@@ -26,10 +26,10 @@ const main = async () => {
|
||||
"/project/create": withCors(withAuth(routes.projectCreate)),
|
||||
"/project/update": withCors(withAuth(routes.projectUpdate)),
|
||||
"/project/delete": withCors(withAuth(routes.projectDelete)),
|
||||
"/projects/by-owner": withCors(withAuth(routes.projectsByOwner)),
|
||||
"/projects/by-creator": withCors(withAuth(routes.projectsByCreator)),
|
||||
"/projects/all": withCors(withAuth(routes.projectsAll)),
|
||||
"/projects/with-owners": withCors(withAuth(routes.projectsWithOwners)),
|
||||
"/project/with-owner": withCors(withAuth(routes.projectWithOwner)),
|
||||
"/projects/with-creators": withCors(withAuth(routes.projectsWithCreators)),
|
||||
"/project/with-creator": withCors(withAuth(routes.projectWithCreator)),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user