Merge pull request #2661 from CachetHQ/fix-dashboard-api-routes

Dashboard API routes are not meant for the browser
This commit is contained in:
James Brooks 2017-07-26 14:23:44 -04:00 committed by GitHub
commit 5b63bcf0c3

View File

@ -26,7 +26,7 @@ class ApiRoutes
*
* @var bool
*/
public static $browser = true;
public static $browser = false;
/**
* Define the dashboard api routes.