Skip to content

Commit fe0e781

Browse files
committed
fix slash
1 parent c0e8da8 commit fe0e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab01/implicit-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
http://localhost:8080/oauth/authorize?client_id=clientapp&redirect_uri=http://localhost:9001/callback&response_type=token&scope=read_userinfo&state=abc
1111

12-
根据提示输入用户名密码(在[application.properties](src\main\resources\application.properties)文件里头)进行认证,并Approve授权。
12+
根据提示输入用户名密码(在[application.properties](src/main/resources/application.properties)文件里头)进行认证,并Approve授权。
1313

1414
响应案例:
1515

0 commit comments

Comments
 (0)