Removed blockstart and replicated it in tailwind's thing.
This commit is contained in:
parent
5da8697759
commit
0b40ef0125
6 changed files with 29 additions and 27 deletions
|
@ -169,5 +169,4 @@ func Setup(app *fiber.App) {
|
|||
app.Post("/api/admin/new/table/:table", PostApiInsert)
|
||||
app.Get("/api/admin/table/:table/:id", GetApiSelectOne)
|
||||
app.Post("/api/admin/table/:table/:id", PostApiUpdate)
|
||||
app.Delete("/api/admin/table/:table/:id", DeleteApi)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue