mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
16 lines
323 B
C
16 lines
323 B
C
#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"
|
|
|
|
#define FLUSH_SERVER_CACHE "/flush-cache"
|
|
|
|
#endif // URLS_H
|