diff options
| author | 2020-08-10 01:58:44 +0200 | |
|---|---|---|
| committer | 2020-08-10 01:58:44 +0200 | |
| commit | 573154451ed4d330443e4c340fc46ab24e52f852 (patch) | |
| tree | d5a09642878bdf7d23fcbfcf4d515e7997335f36 | |
| parent | Remove unused api endpoint config constants. (diff) | |
Reorder site URL constants.
| -rw-r--r-- | bot/constants.py | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 6baa04ec5..d01dcb0fc 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -485,11 +485,13 @@ class URLs(metaclass=YAMLGetter):      bot_avatar: str      github_bot_repo: str -    # Site endpoints +    # Base site vars      site: str      site_api: str -    site_logs_view: str      site_schema: str + +    # Site endpoints +    site_logs_view: str      paste_service: str | 
