Refactor to clean-up axum server implementation
This commit is contained in:
parent
09e538872d
commit
4b16f39b4d
10 changed files with 1308 additions and 57 deletions
|
|
@ -1,9 +1,3 @@
|
|||
use sqlx::PgPool;
|
||||
|
||||
use super::model::Vote;
|
||||
|
||||
pub struct VoteRepository {}
|
||||
|
||||
impl VoteRepository {
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue