add code download route

This commit is contained in:
Sebastian Hugentobler 2025-07-01 14:38:09 +02:00
parent 480e16d070
commit dddc4b4081
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
6 changed files with 131 additions and 2 deletions

View file

@ -15,6 +15,7 @@ use utoipa_swagger_ui::SwaggerUi;
use crate::{storage::Postgres, text_encoder::TextEncoder, tokenize::Tokenizer};
pub mod code;
pub mod error;
pub mod query;
pub mod routes;