Skip to content

Commit

Permalink
fix(projects): default proxy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smileluck committed Jan 29, 2024
1 parent 86b445c commit da24642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.config.ts
Expand Up @@ -39,7 +39,7 @@ export function createServiceConfig(env: Env.ImportMeta) {
*/
export function createProxyPattern(key?: App.Service.OtherBaseURLKey) {
if (!key) {
return '/proxy';
return '/proxy-default';
}

return `/proxy-${key}`;
Expand Down

0 comments on commit da24642

Please sign in to comment.