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