Merge pull request #2661 from CachetHQ/fix-dashboard-api-routes
Dashboard API routes are not meant for the browser
This commit is contained in:
@@ -26,7 +26,7 @@ class ApiRoutes
|
|||||||
*
|
*
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
public static $browser = true;
|
public static $browser = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define the dashboard api routes.
|
* Define the dashboard api routes.
|
||||||
|
|||||||
Reference in New Issue
Block a user