mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 04:27:09 +03:00
Merge pull request #353 from mchangrh/statusOptions
get status with options
This commit is contained in:
@@ -170,6 +170,7 @@ function setupRoutes(router: Router) {
|
||||
router.get("/api/searchSegments", getSearchSegments);
|
||||
|
||||
// get status
|
||||
router.get("/api/status/:value", getStatus);
|
||||
router.get("/api/status", getStatus);
|
||||
|
||||
if (config.postgres) {
|
||||
|
||||
Reference in New Issue
Block a user