mirror of
https://github.com/arcan1s/queued.git
synced 2025-12-18 05:03:44 +00:00
some server implementations
This commit is contained in:
@ -94,6 +94,14 @@ const char PLUGIN_PATH[] = "plugins";
|
||||
* @brief version of internal storage
|
||||
*/
|
||||
const int DATABASE_VERSION = 1;
|
||||
/**
|
||||
* @brief header name for token
|
||||
*/
|
||||
const char WEBAPI_TOKEN_HEADER[] = "x-queued-token";
|
||||
/**
|
||||
* @brief supported web server API versions
|
||||
*/
|
||||
const int WEBAPI_VERSIONS[] = {1};
|
||||
|
||||
// plugin interfaces
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user