refactor: 使用配置文件的 URL 来拼接回调 URL

This commit is contained in:
2024-08-22 11:51:04 +08:00
parent 6b1cc58445
commit 91175e7509
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,6 @@
server:
port: 8080
host: "localhost"
app:
url: "http://localhost:8080"