mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +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.post("/api/branding", postBranding);
|
||||||
|
|
||||||
router.get("/api/config", getConfigEndpoint);
|
router.get("/api/config", getConfigEndpoint);
|
||||||
router.get("/api/config", setConfig);
|
router.post("/api/config", setConfig);
|
||||||
|
|
||||||
router.post("/api/casual", postCasual);
|
router.post("/api/casual", postCasual);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user