Skip to content

Commit

Permalink
add repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh committed Sep 14, 2023
1 parent 5ff6f35 commit 216271a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ async fn home(app_data: web::Data<AppData>) -> HttpResponse {
HttpResponse::Ok().json(
json!({
"About": "REST API to serve bible verses",
"Repository": "https://github.com/berinaniesh/bible-api",
"TranslationsAvailable": translations,
"InfoAboutTranslations": "/translations",
"VersesEndpoint": "/verses",
Expand Down

0 comments on commit 216271a

Please sign in to comment.