From 5669fd07a6ef0fa60f2e2b91f6ed5ec62d767a67 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 29 Mar 2024 15:43:20 +0100 Subject: [PATCH] Update axum.md --- cmd/axum.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/axum.md b/cmd/axum.md index 6f1eb94..ae18851 100644 --- a/cmd/axum.md +++ b/cmd/axum.md @@ -1,6 +1,7 @@ Setup for axum serving static files and a rest API, using axum * took me a while to get right, but now it's no use anymore * assumes static files in ./assets +* handles the mimetypes ```rust use axum::body::Body;