Skip to content

Commit cd3cfdb

Browse files
committed
refactor: move all server-routes to /bff subdirectory
Since `v1 app` and `v2 (this) app` are deployed on the same url, requests from the browser have to be routed to this app instance on the server. So using the subpath `/bff` is avoiding name collisions with `v1 app`.
1 parent 781c8a7 commit cd3cfdb

File tree

23 files changed

+0
-0
lines changed

23 files changed

+0
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/server/api/validator-dashboards/[dashboardId]/(consolidations)/consensus-layer-consolidations.ts renamed to frontend/server/api/bff/validator-dashboards/[dashboardId]/(consolidations)/consensus-layer-consolidations.ts

File renamed without changes.

frontend/server/api/validator-dashboards/[dashboardId]/(consolidations)/execution-layer-consolidations.ts renamed to frontend/server/api/bff/validator-dashboards/[dashboardId]/(consolidations)/execution-layer-consolidations.ts

File renamed without changes.

frontend/server/api/validator-dashboards/[dashboardId]/(deposits)/consensus-layer-deposits.ts renamed to frontend/server/api/bff/validator-dashboards/[dashboardId]/(deposits)/consensus-layer-deposits.ts

File renamed without changes.

frontend/server/api/validator-dashboards/[dashboardId]/(deposits)/execution-layer-deposits.ts renamed to frontend/server/api/bff/validator-dashboards/[dashboardId]/(deposits)/execution-layer-deposits.ts

File renamed without changes.

0 commit comments

Comments
 (0)