Have got the processor plumbing working
This commit is contained in:
parent
036b683eab
commit
599c72d465
11 changed files with 185 additions and 39 deletions
|
|
@ -153,6 +153,7 @@ Starting weiro without any arguments will start the server.
|
|||
siteGroup.Get("/uploads/:uploadID/edit", uh.Edit)
|
||||
|
||||
siteGroup.Post("/imageedit", ieh.Create)
|
||||
siteGroup.Post("/imageedit/:sessionID/processors", ieh.AddProcessor)
|
||||
siteGroup.Get("/imageedit/:sessionID/preview/:versionID", ieh.Preview)
|
||||
|
||||
siteGroup.Get("/settings", ssh.General)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue