Skip to content

Commit 9327e4b

Browse files
committed
🎨 cargo fmt
1 parent e1821c0 commit 9327e4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/routes.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ pub fn create_router(
4444
let protected_routes = Router::new()
4545
.route("/info", get(handlers::get_user_info))
4646
.route("/block", get(handlers::get_latest_block))
47-
.route("/credits-payment-options", get(handlers::get_payment_options));
47+
.route(
48+
"/credits-payment-options",
49+
get(handlers::get_payment_options),
50+
);
4851

4952
let state = AppState {
5053
config,

0 commit comments

Comments
 (0)