mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 11:05:40 +00:00
mcaptcah uses const routes
This commit is contained in:
@@ -68,7 +68,7 @@ pub struct AccountCheckResp {
|
||||
pub exists: bool,
|
||||
}
|
||||
|
||||
pub fn service(cfg: &mut actix_web::web::ServiceConfig) {
|
||||
pub fn services(cfg: &mut actix_web::web::ServiceConfig) {
|
||||
use crate::define_resource;
|
||||
use crate::V1_API_ROUTES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user