mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Merge pull request #665 from Dig2/master
This commit is contained in:
commit
eb5b34405a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /graphql/console {
|
location /graphql/console {
|
||||||
alias /public-console/;
|
alias /public-console;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /index.html =405;
|
try_files $uri $uri/ /index.html =405;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue