Started UI for editing images
This commit is contained in:
parent
8c371ccae9
commit
18f9f49c0a
10 changed files with 191 additions and 9 deletions
|
|
@ -149,6 +149,7 @@ Starting weiro without any arguments will start the server.
|
|||
siteGroup.Post("/uploads/pending/:guid", uh.UploadPart)
|
||||
siteGroup.Post("/uploads/pending/:guid/finalize", uh.UploadComplete)
|
||||
siteGroup.Delete("/uploads/:uploadID", uh.Delete)
|
||||
siteGroup.Get("/uploads/:uploadID/edit", uh.Edit)
|
||||
|
||||
siteGroup.Get("/settings", ssh.General)
|
||||
siteGroup.Post("/settings", ssh.UpdateGeneral)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue