1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

EDDN: DEFAULT URL requires / on the end

The EDDN server config does NOT redirect from /upload to /upload/
This commit is contained in:
Athanasius 2021-10-01 08:34:50 +01:00
parent 4c36f287a3
commit e11b357502
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -88,7 +88,7 @@ HORIZ_SKU = 'ELITE_HORIZONS_V_PLANETARY_LANDINGS'
class EDDN:
"""EDDN Data export."""
DEFAULT_URL = 'https://eddn.edcd.io:4430/upload'
DEFAULT_URL = 'https://eddn.edcd.io:4430/upload/'
if 'eddn' in debug_senders:
DEFAULT_URL = f'http://{edmc_data.DEBUG_WEBSERVER_HOST}:{edmc_data.DEBUG_WEBSERVER_PORT}/eddn'