實作CRUD

This commit is contained in:
Raymond Yang
2023-06-26 13:52:28 +08:00
parent f288fb7c4b
commit 3e92de1609
13 changed files with 446 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ktor {
deployment {
port = 8080
port = 10001
port = ${?PORT}
}
application {