Dashboard API routes are not meant for the browser

This commit is contained in:
James Brooks
2017-07-26 08:32:37 -04:00
parent daeadc0e52
commit 8fcef7b711

View File

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