mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Merge pull request #2661 from CachetHQ/fix-dashboard-api-routes
Dashboard API routes are not meant for the browser
This commit is contained in:
commit
5b63bcf0c3
@ -26,7 +26,7 @@ class ApiRoutes
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public static $browser = true;
|
||||
public static $browser = false;
|
||||
|
||||
/**
|
||||
* Define the dashboard api routes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user