From 2c87af136cedae9fc803d64365cb2637499ee6c1 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 29 Mar 2024 15:42:57 +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 bc7c4ae..6f1eb94 100644 --- a/cmd/axum.md +++ b/cmd/axum.md @@ -1,5 +1,6 @@ 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 ```rust use axum::body::Body;