From c70c62f52e4655651a567c516860bd919bc4de01 Mon Sep 17 00:00:00 2001 From: ffyuanda Date: Wed, 8 Sep 2021 22:02:58 +0800 Subject: [PATCH] docs: Update README.md for backend port caution (#293) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c26bdd6b..3ac2132c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ Then build back-end binary file, change directory to root(Relative to casdoor): go run main.go ``` -That's it! Try to visit http://127.0.0.1:7001/. :small_airplane: +That's it! Try to visit http://127.0.0.1:7001/. :small_airplane: +**But make sure you always request the backend port 8000 when you are using SDKs.** ##### Production Mode