css mobile
This commit is contained in:
@@ -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}")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user