This commit is contained in:
JMARyA 2024-12-24 15:50:48 +01:00
parent 008648dda8
commit cd10c64a1f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 104 additions and 39 deletions

View file

@ -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?