mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Merge branch 'master' into simon/bisq-search-bar-fix
This commit is contained in:
commit
152b8e8a7d
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ location /api/tx/ {
|
|||
rewrite ^/api/(.*) /$1 break;
|
||||
try_files /dev/null @esplora-api-cache-disabled;
|
||||
}
|
||||
location /api/address-prefix/ {
|
||||
rewrite ^/api/(.*) /$1 break;
|
||||
try_files /dev/null @esplora-api-cache-disabled;
|
||||
}
|
||||
|
||||
# rewrite APIs to match what backend expects
|
||||
location /api/currencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue