Skip to content

Commit

Permalink
fix getCanisterOrigin to use new url
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 31, 2024
1 parent d7ba3e3 commit 41ad00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getWebServerPort(): string {
export function getCanisterOrigin(canisterName: string): string {
return `http://${getCanisterId(
canisterName
)}.localhost:${getWebServerPort()}`;
)}.raw.localhost:${getWebServerPort()}`;
}

export function getAgentHost(): string {
Expand Down

0 comments on commit 41ad00d

Please sign in to comment.