refactor: 使用配置文件的 URL 来拼接回调 URL
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
server:
|
||||
port: 8080
|
||||
host: "localhost"
|
||||
|
||||
app:
|
||||
url: "http://localhost:8080"
|
||||
|
Reference in New Issue
Block a user