We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d5f4e commit b427cf8Copy full SHA for b427cf8
1 file changed
apps/cli/src/compose/explorer.ts
@@ -54,7 +54,7 @@ export const explorerApiProxyConfig = (): Config => {
54
rule: "PathPrefix(\`/explorer-api\`)"
55
middlewares:
56
- "remove-explorer-api-prefix"
57
- service: explorer-api
+ service: explorer_api
58
59
remove-explorer-api-prefix:
60
replacePathRegex:
0 commit comments