Skip to content

Commit 58cf60b

Browse files
authored
chore: Fix the port number of the canister url (#1124)
1 parent a634e99 commit 58cf60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosting/static-website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dfx deploy
119119
## Testing
120120
The URL for the frontend depends on the canister ID. Local canister IDs can be obtained using `dfx canister id`, in this case `dfx canister id www`. When deployed, the URL will look like this:
121121

122-
**http://\{ui_canister_id\}.localhost:8000**
122+
**http://\{ui_canister_id\}.localhost:4943**
123123

124124
![Candid UI](README_images/website.png)
125125

0 commit comments

Comments
 (0)