mirror of
https://github.com/unraid/api.git
synced 2026-05-19 23:48:42 -05:00
fix: change log request to a post
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user