Skip to content

Commit

Permalink
initServiceUrlRoot used to end with /
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Dec 13, 2024
1 parent 508a698 commit df3d581
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export function initServiceUrlRoot({
serviceName?: string,
urlType?: UrlType
} = {}) {
return serviceUrl({
return `${serviceUrl({
application: app.name,
path: '/',
service: serviceName,
type: urlType
});
})}/`;
}

0 comments on commit df3d581

Please sign in to comment.