Skip to content

Commit

Permalink
Merge pull request #157 from Holo-Host/update-memproof-hbs
Browse files Browse the repository at this point in the history
update membrane-proof endpoint
  • Loading branch information
peeech committed Jul 24, 2023
2 parents 2e853bd + 60fa723 commit 44ed277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/membrane_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async fn download_memproof(admin: Admin) -> Result<String> {
payload: RegistrationPayload { role },
};
let url = format!(
"{}/registration/api/v1/membrane-proof",
"{}/membrane-proof/api/v1/membrane-proof",
env::var("MEM_PROOF_SERVER_URL")
.context("Failed to read MEM_PROOF_SERVER_URL. Is it set in env?")?
);
Expand Down

0 comments on commit 44ed277

Please sign in to comment.