mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 02:50:47 +00:00
refactor: rename file
This commit is contained in:
parent
09c9ce471c
commit
b3556df42c
3 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
pub mod candidate_refresh_token;
|
pub mod session_auth;
|
||||||
|
|
@ -3,7 +3,7 @@ extern crate rocket;
|
||||||
|
|
||||||
use std::net::SocketAddr;
|
use std::net::SocketAddr;
|
||||||
|
|
||||||
use guards::request::candidate_refresh_token::SessionAuth;
|
use guards::request::session_auth::SessionAuth;
|
||||||
use portfolio_core::error::ServiceError;
|
use portfolio_core::error::ServiceError;
|
||||||
use portfolio_core::services::candidate_service::CandidateService;
|
use portfolio_core::services::candidate_service::CandidateService;
|
||||||
use requests::{LoginRequest, RegisterRequest};
|
use requests::{LoginRequest, RegisterRequest};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue