Changed api endpoint
This commit is contained in:
@@ -28,7 +28,7 @@ export type Show = {
|
||||
running: boolean;
|
||||
};
|
||||
|
||||
const SHOW_API_URL = "http://45.157.177.99:8080/shows";
|
||||
const SHOW_API_URL = "https://fltr-app.de/api/shows";
|
||||
|
||||
export async function getShows(): Promise<Show[]> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user