Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JElgar committed Sep 6, 2024
1 parent 87fac8e commit ea496b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
Response::builder()
.content_type("application/json")
.body(include_str!("apple-app-site-association.json"))
})),
)
})),
)
.nest("/api", create_management_service(&base_url))
.nest("/", create_link_router_service())
.data(AppContext {
Expand Down

0 comments on commit ea496b3

Please sign in to comment.