fix🛠️: 更换端口

This commit is contained in:
车厘子 2022-11-30 16:16:34 +08:00
parent dc3acb18ce
commit 203dc02805

View File

@ -2,7 +2,7 @@ ktor {
development = true
deployment {
port = 4000
port = 8080
port = ${?PORT}
watch = [ bill-ktor ]
}