diff options
Diffstat (limited to 'src/ui/routes/path.rs')
| -rw-r--r-- | src/ui/routes/path.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/routes/path.rs b/src/ui/routes/path.rs deleted file mode 100644 index a387552..0000000 --- a/src/ui/routes/path.rs +++ /dev/null @@ -1,9 +0,0 @@ -pub mod get { - use axum::extract::Path; - - use crate::ui::assets::{Asset, Assets, Error}; - - pub async fn handler(Path(path): Path<String>) -> Result<Asset, Error> { - Assets::load(path) - } -} |
