Few updates to cover selector width calculation
This commit is contained in:
@@ -4,7 +4,10 @@ open DredgePos
|
||||
open Saturn
|
||||
open Giraffe
|
||||
|
||||
let installer = (warbler (fun _ -> htmlString (Controller.RunAllMigrations ())))
|
||||
|
||||
let router = router {
|
||||
pipe_through Ajax.Router.pipeline
|
||||
get "/" (warbler (fun _ -> htmlString (Controller.RunAllMigrations ())))
|
||||
get "/" installer
|
||||
get "" installer
|
||||
}
|
||||
Reference in New Issue
Block a user