Commit 3e5ae290 authored by tom's avatar tom

add route to deploy values

parent ae5aa29b
......@@ -295,10 +295,10 @@ frontend:
- "/"
prefix:
# - "/(apps|auth/profile|account)"
- "/account"
- "/apps"
- "/_next"
- "/node-api"
- "/account"
- "/apps"
- "/static"
- "/auth/profile"
- "/txs"
......@@ -308,7 +308,15 @@ frontend:
- "/login"
- "/address"
- "/stats"
- "/search-results"
- "/token"
- "/tokens"
- "/accounts"
- "/visualize"
- "/api-docs"
- "/csv-export"
- "/verified-contracts"
resources:
limits:
memory:
......
......@@ -343,25 +343,27 @@ frontend:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
- "/apps"
- "/_next"
- "/node-api"
- "/account"
- "/apps"
- "/static"
- "/auth/profile"
- "/account"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
- "/login"
- "/address"
- "/stats"
- "/search-results"
- "/tokens"
- "/token"
- "/tokens"
- "/accounts"
- "/visualize"
- "/api-docs"
- "/csv-export"
- "/verified-contracts"
resources:
limits:
......
......@@ -18,10 +18,10 @@ frontend:
- "/"
prefix:
# - "/(apps|auth/profile|account)"
- "/account"
- "/apps"
- "/_next"
- "/node-api"
- "/account"
- "/apps"
- "/static"
- "/auth/profile"
- "/txs"
......@@ -38,6 +38,7 @@ frontend:
- "/visualize"
- "/api-docs"
- "/csv-export"
- "/verified-contracts"
resources:
limits:
......
......@@ -18,10 +18,10 @@ frontend:
- "/"
prefix:
# - "/(apps|auth/profile|account)"
- "/account"
- "/apps"
- "/_next"
- "/node-api"
- "/account"
- "/apps"
- "/static"
- "/auth/profile"
- "/txs"
......@@ -38,6 +38,7 @@ frontend:
- "/visualize"
- "/api-docs"
- "/csv-export"
- "/verified-contracts"
resources:
limits:
......
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