Skip to content

Commit

Permalink
fix: expose correct route on frontend api (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois authored Feb 3, 2023
1 parent 2b0f832 commit ca0a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/frontend_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn resolve_frontend_features(

pub fn configure_frontend_api(cfg: &mut web::ServiceConfig) {
cfg.service(get_frontend_features)
.service(post_enabled_frontend_features)
.service(get_enabled_frontend_features)
.service(post_frontend_features)
.service(post_enabled_frontend_features);
}
Expand Down

0 comments on commit ca0a50d

Please sign in to comment.