user update
This commit is contained in:
parent
d7a55f6579
commit
e5fe40e4be
8 changed files with 205 additions and 77 deletions
|
@ -2,17 +2,13 @@ use tokio::sync::OnceCell;
|
|||
|
||||
pub mod auth;
|
||||
pub mod format;
|
||||
pub mod htmx;
|
||||
pub mod page;
|
||||
pub mod request;
|
||||
pub mod result;
|
||||
pub mod htmx;
|
||||
|
||||
// TODO : Cache Headers
|
||||
// TODO : Refactor Responders
|
||||
// TODO : Streaming Responses + Ranges
|
||||
// TODO : API Pagination?
|
||||
// TODO : CORS?
|
||||
// TODO : CSRF?
|
||||
|
||||
// Postgres
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue