Changed api endpoint
This commit is contained in:
@@ -5,7 +5,7 @@ export type SearchResultItem = {
|
||||
data: any;
|
||||
};
|
||||
|
||||
const DISCOVER_BASE = "http://45.157.177.99:8080/discover/search";
|
||||
const DISCOVER_BASE = "https://fltr-app.de/api/discover/search";
|
||||
|
||||
export async function getSearchResults(
|
||||
tags: string[] | string,
|
||||
|
||||
Reference in New Issue
Block a user