Closed pnavarrc closed 1 year ago
Now that RegionDB has the getRegionRelativeUrl method, we should remove regionUrl from the Region object to avoid confusion.
RegionDB
getRegionRelativeUrl
regionUrl
Region
Using getRegionRelativeUrl makes it easier for users to customize the region URL based on the needs of their project.
Now that
RegionDB
has thegetRegionRelativeUrl
method, we should removeregionUrl
from theRegion
object to avoid confusion.Using
getRegionRelativeUrl
makes it easier for users to customize the region URL based on the needs of their project.