Register works, login almost

This commit is contained in:
Marko Korhonen 2020-04-09 11:52:31 +03:00
parent 12b865bf17
commit c85bb0ef72
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
6 changed files with 79 additions and 41 deletions

View file

@ -1,5 +1,4 @@
pub mod authentication;
pub mod register;
use crate::db_connection::{DbPool, MyPooledConnection};
use actix_web::{web, HttpResponse};