Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #165 from peerau/master
Browse files Browse the repository at this point in the history
ESI: Base URL change
  • Loading branch information
shibdib authored Dec 20, 2018
2 parents 5d106aa + da25d81 commit f9a3fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firetail/lib/esi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncio
import aiohttp

ESI_URL = "https://esi.tech.ccp.is/latest"
ESI_URL = "https://esi.evetech.net/latest"
FUZZ_URL = "https://www.fuzzwork.co.uk/api"
MARKET_URL = "https://market.fuzzwork.co.uk/aggregates"
OAUTH_URL = "https://login.eveonline.com/oauth/verify"
Expand Down

0 comments on commit f9a3fdb

Please sign in to comment.