Skip to content

Commit

Permalink
Bugfix. https not http
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 10, 2024
1 parent 7412e29 commit 7b69952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export const TRUSTED_VALIDATION_PUBKEYS = [
export const HITCHMAPS_AUTHOR_PUBLIC_KEY =
"53055ee011e96a00a705b38253b9cbc6614ccbd37df4dad42ec69bbe608c4209" as const;

export const TRUSTROOTS_NPUB_PUT_URL = "http://www.trustroots.org/api/users";
export const TRUSTROOTS_NPUB_PUT_URL = "https://www.trustroots.org/api/users";

0 comments on commit 7b69952

Please sign in to comment.