Revert "Dashboard API routes are not meant for the browser"

This reverts commit 8fcef7b711.
This commit is contained in:
James Brooks
2017-09-14 19:35:42 +01:00
parent a2ee92bdda
commit 933dcbbc27

View File

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