add code download route
This commit is contained in:
parent
480e16d070
commit
dddc4b4081
6 changed files with 131 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue