css mobile

This commit is contained in:
2026-02-05 23:52:47 +01:00
parent b4f66aa635
commit d698471fb8
2 changed files with 8 additions and 6 deletions
+5 -4
View File
@@ -237,10 +237,11 @@ fun runEmbeddedServer()
}
}
staticFiles("/admin", File(resourcesPath+"/admin.html"))
staticFiles("/resources", File(resourcesPath))
staticFiles("/", File(resourcesPath+"/index.html"))
staticFiles("/about", File(resourcesPath+"/about.html"))
staticFiles("/admin", File("$resourcesPath/admin.html"))
staticFiles("/resources", File(resourcesPath))
staticFiles("/", File("$resourcesPath/index.html"))
staticFiles("/style", File("$resourcesPath/style.css"))
staticFiles("/about", File("$resourcesPath/about.html"))
put("/api/write/{id}")
{