diff --git a/src/links.ts b/src/links.ts index 22deeb9..876f208 100644 --- a/src/links.ts +++ b/src/links.ts @@ -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";