Changed api endpoint
This commit is contained in:
@@ -4,7 +4,7 @@ export type StreamingServiceRaw = {
|
||||
value: string;
|
||||
};
|
||||
|
||||
const STREAMING_SERVICE_API_URL = "http://45.157.177.99:8080/config";
|
||||
const STREAMING_SERVICE_API_URL = "https://fltr-app.de/api/config";
|
||||
|
||||
export async function getStreamingImages(): Promise<StreamingServiceRaw[]> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user