2022-08-03 19:34:07 +00:00
|
|
|
export const hosting: string = "http://tkf.com.tm/app";
|
2022-07-16 20:29:46 +00:00
|
|
|
export const sliderDataUrl: string = hosting + "/api/v1/sliders";
|
|
|
|
|
export const partners: string = hosting + "/api/v1/partners";
|
|
|
|
|
export const postsMain: string =
|
|
|
|
|
hosting + "/api/v1/posts?locale=ru&per_page=6&sort_order=asc";
|
|
|
|
|
|
|
|
|
|
export const postsAll: string =
|
|
|
|
|
hosting + "/api/v1/posts?locale=ru&per_page=15&sort_order=asc";
|
|
|
|
|
|
|
|
|
|
export const postsAside: string =
|
|
|
|
|
hosting + "/api/v1/posts?locale=ru&per_page=4&sort_order=asc";
|
2022-07-17 12:56:34 +00:00
|
|
|
|
|
|
|
|
export const post: string = hosting + "/api/v1/posts"; // /id ? locale
|
2022-07-17 14:27:28 +00:00
|
|
|
|
|
|
|
|
export const videos: string = hosting + "/api/v1/videos";
|
2022-07-27 10:39:14 +00:00
|
|
|
|
|
|
|
|
export const structure: string = hosting + "/api/v1/structure";
|
2022-07-27 11:01:20 +00:00
|
|
|
|
|
|
|
|
export const contacts: string = hosting + "/api/v1/contact-info";
|
2022-07-27 15:55:46 +00:00
|
|
|
|
|
|
|
|
export const about: string = hosting + "/api/v1/about";
|
2022-08-03 19:34:07 +00:00
|
|
|
|
|
|
|
|
export const players: string = hosting + "/api/v1/players";
|
2022-08-05 20:56:55 +00:00
|
|
|
|
|
|
|
|
export const events: string = hosting + "/api/v1/events";
|