This commit is contained in:
Charlie 2026-08-08 19:19:20 -07:00 committed by GitHub
commit 22d6f30d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the mempool/mempool git repository as of June 6, 2024.
Signed: CharlieC3

View file

@ -63,9 +63,11 @@
}
location /api/v1 {
proxy_pass http://127.0.0.1:8999/api/v1;
proxy_http_version 1.1;
}
location /api/ {
proxy_pass http://127.0.0.1:8999/api/v1/;
proxy_http_version 1.1;
}
# mainnet API