mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-09 14:58:09 -05:00
chore: fixing bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const EXPLORER_URL =
|
||||
process.env.NODE_ENV === 'development'
|
||||
? 'http://localhost:3000'
|
||||
: 'https://explorer.tlsnotary.org/';
|
||||
: 'https://explorer.tlsnotary.org';
|
||||
|
||||
Reference in New Issue
Block a user