From 7e297f3141e6d2bfd6c35c99593ce6f176a45684 Mon Sep 17 00:00:00 2001 From: shamsmosowi Date: Thu, 16 Sep 2021 11:37:56 +1000 Subject: [PATCH] projectOwner route --- src/constants/runRoutes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/runRoutes.ts b/src/constants/runRoutes.ts index 73ff6ecf..5521950c 100644 --- a/src/constants/runRoutes.ts +++ b/src/constants/runRoutes.ts @@ -42,4 +42,5 @@ export const RunRoutes: { [key: string]: RunRoute } = { migrateFT2Rowy: { path: "/migrateFT2Rowy", method: "GET" }, actionScript: { path: "/actionScript", method: "POST" }, buildFunction: { path: "/buildFunction", method: "POST" }, + projectOwner: { path: "/projectOwner", method: "GET" }, };