man.sr.ht: correct API port

This commit is contained in:
Drew DeVault 2022-11-02 11:01:12 +01:00
parent c1ca10d3e6
commit 62a9753d33
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ server {
}
location /query {
proxy_pass http://127.0.0.1:5101;
proxy_pass http://127.0.0.1:5104;
include graphql.conf;
}