lib now has custom routes

This commit is contained in:
2025-12-08 21:27:02 +01:00
parent 27643959ea
commit 9d70fb07e4
5 changed files with 31 additions and 20 deletions
+2 -1
View File
@@ -32,4 +32,5 @@ See [config.toml](./config.toml) for an example.
## Lib
This crate also provides a library so you can run the form server alongside another app.
This crate also provides a library so you can embed the form into an axum server.
The `app_router` function provides an axum router with provided routes.