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:
parent
4c36f287a3
commit
e11b357502
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user