Improved the stream page some more and now going to make the game display page a parody of a steam page.
This commit is contained in:
parent
fc99fc955b
commit
a013a26d94
8 changed files with 25 additions and 12 deletions
|
|
@ -169,4 +169,5 @@ 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