fix(metrics): allow free access to metrics during development only
This commit is contained in:
parent
6d23851076
commit
085c841035
2
routes
2
routes
@ -39,7 +39,7 @@
|
|||||||
/static StaticR EmbeddedStatic appStatic !free
|
/static StaticR EmbeddedStatic appStatic !free
|
||||||
/auth AuthR Auth getAuth !free
|
/auth AuthR Auth getAuth !free
|
||||||
|
|
||||||
/metrics MetricsR GET
|
/metrics MetricsR GET !free -- verify if this can be free
|
||||||
|
|
||||||
/err ErrorR GET !free
|
/err ErrorR GET !free
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user