This website works better with JavaScript
Home
Explore
Help
Register
Sign In
webchat-group
/
webchat-server
Watch
6
Star
3
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
api服务端口冲突,fix
wangqi49
1 week ago
parent
6a641c2f13
commit
63744b99ad
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
webchat-api/src/main/resources/application.yml
+ 1
- 1
webchat-api/src/main/resources/application.yml
View File
@@ -1 +1 @@
-server: port: 802
5
+server: port: 802
6