mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
implement server settings window (readonly)
This commit is contained in:
13
urls.h
Normal file
13
urls.h
Normal 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
|
||||
Reference in New Issue
Block a user