more routes

This commit is contained in:
shamsmosowi
2021-09-14 23:15:56 +10:00
parent 0821082588
commit 71955814e9
3 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,11 @@ export const RunRoutes: { [key: string]: RunRoute } = {
impersonateUser: { path: "/impersonateUser", method: "GET" },
version: { path: "/version", method: "GET" },
region: { path: "/region", method: "GET" },
firestoreRules: { path: "/firestoreRules", method: "GET" },
listCollections: { path: "/listCollections", method: "GET" },
serviceAccountAccess: { path: "/serviceAccountAccess", method: "GET" },
checkFT2Rowy: { path: "/checkFT2Rowy", method: "GET" },
migrateFT2Rowy: { path: "/migrateFT2Rowy", method: "GET" },
actionScript: { path: "/actionScript", method: "POST" },
buildFunction: { path: "/buildFunction", method: "POST" },
};

View File

@@ -182,7 +182,6 @@ export const ProjectContextProvider: React.FC = ({ children }) => {
}
);
};
console.log("tableState", tableState);
// rowyRun access
const rowyRun = async ({
route,

View File

@@ -40,7 +40,6 @@ export default function TestView() {
}
};
const handleRun = async () => {
console.log("run");
if (!rowyRun) return;
setLoading(true);
const resp = await rowyRun({