Skip to content

Commit d88bcf3

Browse files
authored
Fix: Set RegionOceania to correct route (#71)
This commit corrects the mapping of RegionOceania to the correct RouteSEA in the `api/constants.go` file. Previously, the mapping was incorrect, leading to potential routing issues. This fix ensures that requests for the Oceania region are correctly routed
1 parent 47668ee commit d88bcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var (
6767
RegionLatinAmericaNorth: RouteAmericas,
6868
RegionLatinAmericaSouth: RouteAmericas,
6969
RegionNorthAmerica: RouteAmericas,
70-
RegionOceania: RouteAmericas,
70+
RegionOceania: RouteSEA,
7171
RegionPhilippines: RouteSEA,
7272
RegionRussia: RouteEurope,
7373
RegionSingapore: RouteSEA,

0 commit comments

Comments
 (0)