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;