change 127.0.0.1 to localhost in access URLs (#707)

This commit is contained in:
Ameame
2026-03-19 22:57:07 +08:00
committed by GitHub
parent 4b14063a79
commit 1404128eaf
3 changed files with 3 additions and 3 deletions

View File

@@ -287,5 +287,5 @@ To start the web frontend service, [Node.js v22 (LTS)](http://nodejs.org/) and [
### Access Dify
Access [http://127.0.0.1:3000](http://127.0.0.1:3000/) via browsers to enjoy all the exciting features of Dify.
Access [http://localhost:3000](http://localhost:3000/) via browsers to enjoy all the exciting features of Dify.
Cheers ! 🍻