implement clear cache option after context change

This commit is contained in:
Yannik Schmidt
2020-09-07 16:00:58 +02:00
parent 3f6862e26b
commit e21b1ac3ca
5 changed files with 38 additions and 0 deletions

2
urls.h
View File

@@ -10,4 +10,6 @@
#define UNIFIED_GET "/unified-server-settings"
#define SERVER_INFO "/server-info"
#define FLUSH_SERVER_CACHE "/flush-cache"
#endif // URLS_H