整理網頁路徑

This commit is contained in:
Raymond Yang 2023-07-10 15:46:40 +08:00
parent c86db987d1
commit e56b7bb5b0

View File

@ -50,6 +50,7 @@ fun Application.configureModules() {
} }
routing { routing {
staticFiles("/", File("web")) staticFiles("/", File("web"))
staticFiles("/character", File("web/character"))
staticFiles("/upload", File("web")) staticFiles("/upload", File("web"))
} }
} }