fix: change log request to a post

This commit is contained in:
Eli Bosley
2023-04-27 14:28:45 -04:00
parent 66c2e29bc4
commit c6271ca46c
+1 -1
View File
@@ -218,7 +218,7 @@ export const createApolloExpressServer = async () => {
await apolloServer.start()
app.get('/graphql/api/logs', getLogs);
app.post('/graphql/api/logs', getLogs);
app.get(
'/graphql/api/customizations/:type',