fix: change to get request

This commit is contained in:
Eli Bosley
2023-04-27 15:41:50 -04:00
parent 1e608c0aa8
commit a265a2181f

View File

@@ -218,7 +218,7 @@ export const createApolloExpressServer = async () => {
await apolloServer.start()
app.post('/graphql/api/logs', getLogs);
app.get('/graphql/api/logs', getLogs);
app.get(
'/graphql/api/customizations/:type',