Skip to content

Commit

Permalink
rename endpoints folder to be concise
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Aug 16, 2024
1 parent 99662d0 commit c1ed4d3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [
"blockscout-auth",
"blockscout-client/crate",
"blockscout-db",
"blockscout-endpoints/health",
"endpoints/health",
"blockscout-service-launcher",
"display-bytes",
"env-collector",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion stats/stats-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serde_json = "1.0"
actix-prost-build = { git = "https://github.com/blockscout/actix-prost" }
tonic-build = "0.8"
prost-build = "0.11"
blockscout-endpoint-health = { path = "../../libs/blockscout-endpoints/health" }
blockscout-endpoint-health = { path = "../../libs/endpoints/health" }
2 changes: 1 addition & 1 deletion stats/stats-proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn vec_path_buf_to_string(v: Vec<PathBuf>) -> Vec<String> {
}

fn main() -> Result<(), Box<dyn std::error::Error>> {
let swagger_crate_folder = Path::new("../../libs/blockscout-endpoints/health");
let swagger_crate_folder = Path::new("../../libs/endpoints/health");

// We need to rebuild proto lib only if any of proto definitions
// (or corresponding http mapping) has been changed.
Expand Down

0 comments on commit c1ed4d3

Please sign in to comment.