Started working on the view upload page
This commit is contained in:
parent
0a9af9cde8
commit
48f39133d7
18 changed files with 327 additions and 45 deletions
|
|
@ -124,6 +124,8 @@ Starting weiro without any arguments will start the server.
|
|||
siteGroup.Delete("/posts/:postID", ph.Delete)
|
||||
|
||||
siteGroup.Get("/uploads", uh.Index)
|
||||
siteGroup.Get("/uploads/:uploadID", uh.Show)
|
||||
siteGroup.Get("/uploads/:uploadID/raw", uh.ShowRaw)
|
||||
siteGroup.Post("/uploads/pending", uh.New)
|
||||
siteGroup.Post("/uploads/pending/:guid", uh.UploadPart)
|
||||
siteGroup.Post("/uploads/pending/:guid/finalize", uh.UploadComplete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue