Changed api endpoint

This commit is contained in:
Malte Thöming
2025-11-02 21:51:38 +01:00
parent 3bbd45ce66
commit 7ae75a7b27
11 changed files with 47 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ export type AutoCompleteItem = {
text: string;
};
const DISCOVER_BASE = "http://45.157.177.99:8080/discover";
const DISCOVER_BASE = "https://fltr-app.de/api/discover";
export async function getAutoComplete(
query: string,