mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-20 10:37:38 +03:00
Add to settings.py the fssallbodiesfound schemas
This commit is contained in:
parent
b6d25ccebc
commit
d4e7409ae0
@ -76,6 +76,8 @@ class _Settings(object):
|
||||
|
||||
"https://eddn.edcd.io/schemas/approachsettlement/1" : "schemas/approachsettlement-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/approachsettlement/1/test" : "schemas/approachsettlement-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/fssallbodiesfound/1" : "schemas/fssallbodiesfound-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/fssallbodiesfound/1/test" : "schemas/fssallbodiesfound-v1.0.json",
|
||||
}
|
||||
|
||||
GATEWAY_OUTDATED_SCHEMAS = [
|
||||
@ -97,6 +99,8 @@ class _Settings(object):
|
||||
"http://schemas.elite-markets.net/eddn/blackmarket/1/test",
|
||||
"http://schemas.elite-markets.net/eddn/journal/1",
|
||||
"http://schemas.elite-markets.net/eddn/journal/1/test",
|
||||
"http://schemas.elite-markets.net/eddn/fssallbodiesfound/1",
|
||||
"http://schemas.elite-markets.net/eddn/fssallbodiesfound/1/test",
|
||||
]
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user