Skip to content

Commit

Permalink
include http_api example
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Jun 5, 2024
1 parent cac34f3 commit 31f1263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/http_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ async fn main() {
}

#[test]
fn test_example() {}
fn test_example() {
main()
}

0 comments on commit 31f1263

Please sign in to comment.