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

Revert "Dashboard API routes are not meant for the browser"
This commit is contained in:
James Brooks
2017-09-15 07:46:54 +01:00
committed by GitHub

View File

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