Skip to content

Commit e51b220

Browse files
committed
fix: typo
1 parent 60c54a1 commit e51b220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/endpoint/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ fn route_gets(app: Router) -> Router {
1616
app.route("/health", get(health::get))
1717
}
1818

19-
fn route_posts(app: Router) -> Router {}
19+
fn route_posts(app: Router) -> Router {
20+
app
21+
}

0 commit comments

Comments
 (0)