Fix routing errors] (#289)

This commit is contained in:
Geometrically
2022-02-06 16:35:52 -07:00
committed by GitHub
parent 6bf5dbabee
commit 0cbc2001e2
4 changed files with 11 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ use actix_web::web;
pub fn v2_config(cfg: &mut web::ServiceConfig) {
cfg.service(
web::scope("/v2/")
web::scope("v2")
.configure(auth_config)
.configure(tags_config)
.configure(projects_config)