implement server settings window (readonly)

This commit is contained in:
Yannik Schmidt
2020-09-04 23:33:24 +02:00
parent 30291ef72d
commit b7023d348b
13 changed files with 304 additions and 34 deletions

13
urls.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef URLS_H
#define URLS_H
#define PP_GET "/keyword-map"
#define PP_EDIT "/add-pp-keyword"
#define CONTEXT_GET "/context-phrases"
#define CONTEXT_EDIT "/add-context-phrase"
#define UNIFIED_GET "/unified-server-settings"
#define SERVER_INFO "/server-info"
#endif // URLS_H