Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylee08 committed Jan 27, 2025
1 parent 846ae7b commit 14eecfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-deepbook-indexer/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub(crate) fn make_router(state: PgDeepbookPersistent) -> Router {
.route(ASSETS_PATH, get(assets))
.route(SUMMARY_PATH, get(summary))
.route(DEEP_SUPPLY_PATH, get(deep_supply))
.layer(cors) // Apply the CORS middleware
.layer(cors)
.with_state(state)
}

Expand Down

0 comments on commit 14eecfe

Please sign in to comment.