Refactor to clean-up axum server implementation

This commit is contained in:
Alex Selimov 2026-03-17 10:53:57 -04:00
parent 09e538872d
commit 4b16f39b4d
10 changed files with 1308 additions and 57 deletions

View file

@ -1,9 +1,3 @@
use sqlx::PgPool;
use super::model::Vote;
pub struct VoteRepository {}
impl VoteRepository {
pub fn new() -> Self {
Self {}
}
}