mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add api user agent customization
This commit is contained in:
parent
11c397b566
commit
034a8c540a
4 changed files with 13 additions and 9 deletions
|
|
@ -145,7 +145,9 @@ define('NODE_RULE_SUBJECT', 'Common');
|
|||
define('NODE_RULE_LANGUAGES', 'All');
|
||||
|
||||
// API
|
||||
define('API_VERSION', 1);
|
||||
define('API_VERSION', '1.0.0');
|
||||
|
||||
define('API_USER_AGENT', WEBSITE_NAME);
|
||||
|
||||
/// Export
|
||||
define('API_EXPORT_ENABLED', true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue