mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add trailing slash to gamemode urls.
This commit is contained in:
@@ -17,12 +17,12 @@ export type GamemodeUrl = {
|
|||||||
|
|
||||||
export const GAMEMODE_URL: GamemodeUrl = {
|
export const GAMEMODE_URL: GamemodeUrl = {
|
||||||
main: `${BASE_URL}/`,
|
main: `${BASE_URL}/`,
|
||||||
ironman: `${BASE_URL}_ironman`,
|
ironman: `${BASE_URL}_ironman/`,
|
||||||
hardcore: `${BASE_URL}_hardcore_ironman`,
|
hardcore: `${BASE_URL}_hardcore_ironman/`,
|
||||||
ultimate: `${BASE_URL}_ultimate`,
|
ultimate: `${BASE_URL}_ultimate/`,
|
||||||
deadman: `${BASE_URL}_deadman`,
|
deadman: `${BASE_URL}_deadman/`,
|
||||||
seasonal: `${BASE_URL}_seasonal`,
|
seasonal: `${BASE_URL}_seasonal/`,
|
||||||
tournament: `${BASE_URL}_tournament`,
|
tournament: `${BASE_URL}_tournament/`,
|
||||||
};
|
};
|
||||||
export const SKILLS: SkillName[] = [
|
export const SKILLS: SkillName[] = [
|
||||||
'overall',
|
'overall',
|
||||||
|
Reference in New Issue
Block a user