projectOwner route

This commit is contained in:
shamsmosowi
2021-09-16 11:37:56 +10:00
parent d129fc496b
commit 7e297f3141

View File

@@ -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" },
};