Skip to content

Commit

Permalink
planned to change check_url function
Browse files Browse the repository at this point in the history
  • Loading branch information
bm777 committed Mar 28, 2024
1 parent cbe32cf commit f5306bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn save_url(
Ok(HttpResponse::Created().json(link))
}

// check_url fn
// check_url fn (to be post)
#[get("/url/{url}")]
async fn check_url(
pool: web::Data<DbPool>,
Expand Down

0 comments on commit f5306bb

Please sign in to comment.