Controllers: Implement new HTTP class in development toggle

This commit is contained in:
Riyyi
2021-08-30 00:42:36 +02:00
parent 2311c98257
commit b244b625ab
3 changed files with 13 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ return [
['/admin', 'AdminController', '', ''],
['/admin/cache', 'CacheController', 'cache', ''],
['/admin/toggle', 'AdminController', 'toggle', ''],
['/admin/toggle-development-mode', 'CacheController', 'development', ''],
['/admin/cache/toggle', 'CacheController', 'toggle', ''],
['/admin/syntax-highlighting', 'AdminController', 'syntax', ''],
['/test', 'TestController', '', ''],
// ["", "", "", ""],