Commit 3e5ae290 authored by tom's avatar tom

add route to deploy values

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