/tournaments link
This commit is contained in:
parent
9aa90dd3e8
commit
588c826589
|
|
@ -21,3 +21,5 @@ export const contacts: string = hosting + "/api/v1/contact-info";
|
|||
export const about: string = hosting + "/api/v1/about";
|
||||
|
||||
export const players: string = hosting + "/api/v1/players";
|
||||
|
||||
export const events: string = hosting + "/api/v1/events";
|
||||
|
|
|
|||
Loading…
Reference in New Issue