"/projects/by-organisation" route

This commit is contained in:
Oliver Bryan
2025-12-23 16:17:37 +00:00
parent 925617f493
commit cb80e75c2a
3 changed files with 36 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ const main = async () => {
"/project/update": withCors(withAuth(routes.projectUpdate)),
"/project/delete": withCors(withAuth(routes.projectDelete)),
"/projects/by-creator": withCors(withAuth(routes.projectsByCreator)),
"/projects/by-organisation": withCors(withAuth(routes.projectsByOrganisation)),
"/projects/all": withCors(withAuth(routes.projectsAll)),
"/projects/with-creators": withCors(withAuth(routes.projectsWithCreators)),
"/project/with-creator": withCors(withAuth(routes.projectWithCreator)),