Skip to content

Commit

Permalink
Updated Norway East
Browse files Browse the repository at this point in the history
Norway East have been out of order for a while, this change uses a new storage account. This is to fix #69
  • Loading branch information
TimNilimaa authored Dec 27, 2023
1 parent eced99a commit 45ed434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = () => [
{ domain: "speedtestden", name: "Germany North", icon: "de.svg" },
{ domain: "speedtestchn", name: "Switzerland North", icon: "ch.svg" },
{ domain: "speedtestchw", name: "Switzerland West", icon: "ch.svg" },
{ domain: "azspeednoeast", name: "Norway East", icon: "no.svg" },
{ domain: "speedtestene", name: "Norway East", icon: "no.svg" },
{ domain: "speedtestnea", name: "Brazil", icon: "br.svg" },
{ domain: "speedtestesc", name: "Sweden Central", icon: "se.svg" },
{ domain: "azurespeedtestwestus3", url: "https://azurespeedtestwestus3.z1.web.core.windows.net/", name: "West US 3", icon: "us.svg" },
Expand Down

0 comments on commit 45ed434

Please sign in to comment.