We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dba26 commit d575325Copy full SHA for d575325
fplus-http-server/src/main.rs
@@ -33,8 +33,8 @@ async fn main() -> std::io::Result<()> {
33
.service(router::health)
34
.service(router::application::create)
35
.service(
36
- web::scope("/api")
37
- .wrap(VerifierAuth) // Apply GitHubAuth to all routes under "/api"
+ web::scope("/verifier")
+ .wrap(VerifierAuth)
38
.service(router::application::trigger)
39
.service(router::application::propose)
40
.service(router::application::approve)
0 commit comments