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 ! 🍻

View File

@@ -292,5 +292,5 @@ Web フロントエンドサービスを起動するには、[Node.js v22 (LTS)]
### Dify にアクセスする
ブラウザで [http://127.0.0.1:3000](http://127.0.0.1:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
ブラウザで [http://localhost:3000](http://localhost:3000/) にアクセスして、Dify のすべての機能をお楽しみください。
乾杯!🍻

View File

@@ -291,5 +291,5 @@ uv run celery -A app.celery beat
### 访问 Dify
通过浏览器访问 [http://127.0.0.1:3000](http://127.0.0.1:3000/) 即可享受 Dify 所有激动人心的功能。
通过浏览器访问 [http://localhost:3000](http://localhost:3000/) 即可享受 Dify 所有激动人心的功能。
干杯!🍻