diff options
| author | 2018-07-21 01:27:31 +0100 | |
|---|---|---|
| committer | 2018-07-21 01:27:31 +0100 | |
| commit | 124071b9e41f15076423eb7d7ee11bc7a47d7db2 (patch) | |
| tree | 8139389aebaab5ca97357644f6e9b098bb876132 | |
| parent | Merge branch 'mod-log' into 'master' (diff) | |
Update incorrect site URL
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index d5b02a526..dacf12cd9 100644 --- a/config-default.yml +++ b/config-default.yml @@ -103,7 +103,7 @@ rabbitmq: urls: # PyDis site vars - site: &DOMAIN "pythondiscord.com" + site: &DOMAIN "api.pythondiscord.com" site_schema: &SCHEMA "https://" site_bigbrother_api: !JOIN [*SCHEMA, *DOMAIN, "/bot/bigbrother"] |