Commit b2cd2daa authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #301 from blockscout/txs-blocks-urls-ci

add blocks and txs to ci new front urls
parents 7f2afd75 9786748b
...@@ -296,6 +296,10 @@ frontend: ...@@ -296,6 +296,10 @@ frontend:
- "/static" - "/static"
- "/auth/profile" - "/auth/profile"
- "/account" - "/account"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
resources: resources:
limits: limits:
memory: memory:
......
...@@ -295,7 +295,10 @@ frontend: ...@@ -295,7 +295,10 @@ frontend:
- "/node-api" - "/node-api"
- "/static" - "/static"
- "/auth/profile" - "/auth/profile"
- "/account" - "/txs"
- "/tx"
- "/blocks"
- "/block"
resources: resources:
limits: limits:
memory: memory:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment