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
parent 9c5a3af128
commit fbc92b669d
3 changed files with 27 additions and 17 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
],