mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
frontend integration
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
|
||||
use actix_web::web::ServiceConfig;
|
||||
|
||||
mod routes;
|
||||
mod auth;
|
||||
mod panel;
|
||||
|
||||
pub fn services(cfg: &mut ServiceConfig) {
|
||||
cfg.service(routes::login);
|
||||
cfg.service(auth::login::login);
|
||||
cfg.service(auth::register::join);
|
||||
cfg.service(panel::panel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user