update
This commit is contained in:
parent
008648dda8
commit
cd10c64a1f
3 changed files with 104 additions and 39 deletions
|
@ -2,11 +2,11 @@ use tokio::sync::OnceCell;
|
|||
|
||||
pub mod auth;
|
||||
pub mod format;
|
||||
#[cfg(feature = "htmx")]
|
||||
pub mod htmx;
|
||||
pub mod page;
|
||||
pub mod request;
|
||||
pub mod result;
|
||||
#[cfg(feature = "htmx")]
|
||||
pub mod htmx;
|
||||
|
||||
// TODO : API Pagination?
|
||||
// TODO : CORS?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue