mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
more routes
This commit is contained in:
@@ -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" },
|
||||
};
|
||||
|
||||
@@ -182,7 +182,6 @@ export const ProjectContextProvider: React.FC = ({ children }) => {
|
||||
}
|
||||
);
|
||||
};
|
||||
console.log("tableState", tableState);
|
||||
// rowyRun access
|
||||
const rowyRun = async ({
|
||||
route,
|
||||
|
||||
@@ -40,7 +40,6 @@ export default function TestView() {
|
||||
}
|
||||
};
|
||||
const handleRun = async () => {
|
||||
console.log("run");
|
||||
if (!rowyRun) return;
|
||||
setLoading(true);
|
||||
const resp = await rowyRun({
|
||||
|
||||
Reference in New Issue
Block a user