mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge 01b6538f22 into 3b6ed8bde7
This commit is contained in:
commit
22d6f30d50
2 changed files with 5 additions and 0 deletions
3
contributors/CharlieC3.txt
Normal file
3
contributors/CharlieC3.txt
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue