mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-03-02 14:07:12 +00:00
Fix: Sprites URL in GraphQL
Signed-off-by: LeonEstrak <aniket2583@gmail.com>
This commit is contained in:
parent
f7e87abc70
commit
c4748f5be9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ DB_VENDOR = connection.vendor
|
|||
|
||||
|
||||
MEDIA_DIR = "{prefix}{{file_name}}".format(
|
||||
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "/media/sprites/")
|
||||
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/")
|
||||
)
|
||||
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
|
||||
RESOURCE_IMAGES = []
|
||||
|
|
Loading…
Add table
Reference in a new issue