mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix: change to get request
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user