Skip to content

Commit

Permalink
registry: wire new README endpoints into server
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Oct 12, 2023
1 parent 39f0496 commit b755dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pub fn routes_config(configuration: &mut web::ServiceConfig) {
.service(routes::categories::get_all_categories)
.service(routes::extensions::publish)
.service(routes::download::download)
.service(routes::readmes::fetch_and_save_readme)
.service(routes::readmes::get_readme)
.service(
web::scope("/token")
.wrap(ClerkMiddleware::new(clerk_cfg.clone(), None, false))
Expand Down

0 comments on commit b755dce

Please sign in to comment.