Skip to content

Commit b427cf8

Browse files
committed
fixup! feat(cli): migrate compose from YAML to TS
1 parent d9d5f4e commit b427cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cli/src/compose/explorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const explorerApiProxyConfig = (): Config => {
5454
rule: "PathPrefix(\`/explorer-api\`)"
5555
middlewares:
5656
- "remove-explorer-api-prefix"
57-
service: explorer-api
57+
service: explorer_api
5858
middlewares:
5959
remove-explorer-api-prefix:
6060
replacePathRegex:

0 commit comments

Comments
 (0)