mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fns log
This commit is contained in:
@@ -52,4 +52,5 @@ export const runRoutes = {
|
||||
deleteUser: { path: "/deleteUser", method: "DELETE" } as RunRoute,
|
||||
algoliaSearchKey: { path: `/algoliaSearchKey`, method: "GET" } as RunRoute,
|
||||
algoliaAppId: { path: `/algoliaAppId`, method: "GET" } as RunRoute,
|
||||
functionLogs: { path: `/functionLogs`, method: "GET" } as RunRoute,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user