Skip to content

Commit

Permalink
update explorer url
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 26, 2024
1 parent dac9752 commit 85005d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface OrganizationConfigInterface {
get() = "https://run.ooni.org"

val explorerUrl: String
get() = "https://explorer.test.ooni.org"
get() = "https://explorer.ooni.org"

val testDisplayMode: TestDisplayMode

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface OrganizationConfigInterface {
get() = "https://run.ooni.org"

val explorerUrl: String
get() = "https://explorer.test.ooni.org"
get() = "https://explorer.ooni.org"

val testDisplayMode: TestDisplayMode

Expand Down

0 comments on commit 85005d2

Please sign in to comment.