Register works, login almost
This commit is contained in:
parent
12b865bf17
commit
c85bb0ef72
6 changed files with 79 additions and 41 deletions
|
@ -1,5 +1,4 @@
|
|||
pub mod authentication;
|
||||
pub mod register;
|
||||
|
||||
use crate::db_connection::{DbPool, MyPooledConnection};
|
||||
use actix_web::{web, HttpResponse};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue