mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 18:36:17 +02:00
Fix post config url
This commit is contained in:
parent
2ef3d68af0
commit
5de1fe4388
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ function setupRoutes(router: Router, server: Server) {
|
|||
router.post("/api/branding", postBranding);
|
||||
|
||||
router.get("/api/config", getConfigEndpoint);
|
||||
router.get("/api/config", setConfig);
|
||||
router.post("/api/config", setConfig);
|
||||
|
||||
router.post("/api/casual", postCasual);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue