Changed api endpoint
This commit is contained in:
@@ -38,7 +38,7 @@ export type Season = {
|
||||
participants: SeasonParticipant[];
|
||||
};
|
||||
|
||||
const SEASON_BASE_URL = "http://45.157.177.99:8080/shows";
|
||||
const SEASON_BASE_URL = "https://fltr-app.de/api/shows";
|
||||
|
||||
export async function getSeason(
|
||||
showId: number,
|
||||
|
||||
Reference in New Issue
Block a user