index: drag & drop redirects to the syntax highlighted pages

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2021-07-11 15:21:37 +05:30
commit fbc92b669d
3 changed files with 28 additions and 18 deletions

View file

@ -18,6 +18,7 @@ fn rocket() -> _ {
routes::upload::upload,
routes::submit::submit,
routes::retrieve::retrieve,
routes::retrieve::retrieve_ext,
routes::pretty_retrieve::pretty_retrieve,
routes::pretty_retrieve_ext::pretty_retrieve_ext
],