Add prod tests for dev routes
This commit is contained in:
@@ -30,3 +30,13 @@ HTTP 401
|
|||||||
GET {{cover-url}}
|
GET {{cover-url}}
|
||||||
Authorization: Bearer {{api_token}}
|
Authorization: Bearer {{api_token}}
|
||||||
HTTP 200
|
HTTP 200
|
||||||
|
|
||||||
|
# Dev routes are behind authentication
|
||||||
|
|
||||||
|
# Live Dashboard
|
||||||
|
GET https://music-library.claudio-ortolina.org/dev/dashboard
|
||||||
|
HTTP 302
|
||||||
|
|
||||||
|
# Error Tracker
|
||||||
|
GET https://music-library.claudio-ortolina.org/dev/errors
|
||||||
|
HTTP 302
|
||||||
|
|||||||
Reference in New Issue
Block a user