Controllers+Views+JS+Route: Implement cache purging

This commit is contained in:
Riyyi
2021-08-30 00:45:57 +02:00
parent b244b625ab
commit d50443b10a
4 changed files with 135 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@ return [
['/admin', 'AdminController', '', ''],
['/admin/cache', 'CacheController', 'cache', ''],
['/admin/toggle', 'AdminController', 'toggle', ''],
['/admin/cache/purge', 'CacheController', 'purge', ''],
['/admin/cache/toggle', 'CacheController', 'toggle', ''],
['/admin/syntax-highlighting', 'AdminController', 'syntax', ''],
['/test', 'TestController', '', ''],