"/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

@@ -17,6 +17,7 @@ import organisationUpdate from "./organisation/update";
import organisationUpdateMemberRole from "./organisation/update-member-role";
import projectsAll from "./project/all";
import projectsByCreator from "./project/by-creator";
import projectsByOrganisation from "./project/by-organisation";
import projectCreate from "./project/create";
import projectDelete from "./project/delete";
import projectUpdate from "./project/update";
@@ -45,6 +46,7 @@ export const routes = {
projectUpdate,
projectDelete,
projectsByCreator,
projectsByOrganisation,
projectsAll,
projectsWithCreators,
projectWithCreator,