mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Fix post config url
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user