query: init

This commit is contained in:
nym21
2025-03-02 11:08:35 +01:00
parent 6d7ff38cf2
commit 0ceae2852e
18 changed files with 497 additions and 210 deletions

View File

@@ -1,11 +1,11 @@
use axum::{routing::get, Router};
use axum::{Router, routing::get};
use super::AppState;
mod explorer;
mod vecs;
pub use vecs::VecIdToIndexToVec;
pub use vecs::DTS;
pub trait ApiRoutes {
fn add_api_routes(self) -> Self;