This commit is contained in:
shamsmosowi
2021-10-27 23:59:29 +11:00
parent 7afd409141
commit e10d5976f1

View File

@@ -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;