Skip to content

Commit

Permalink
Merge pull request #19 from tlsnotary/bug-fix
Browse files Browse the repository at this point in the history
chore: fixing bug
  • Loading branch information
Codetrauma authored May 10, 2024
2 parents 395106a + bccdb06 commit 8403c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const EXPLORER_URL =
process.env.NODE_ENV === 'development'
? 'http://localhost:3000'
: 'https://explorer.tlsnotary.org/';
: 'https://explorer.tlsnotary.org';

0 comments on commit 8403c28

Please sign in to comment.