We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cd8c6 commit 9f5ba3eCopy full SHA for 9f5ba3e
sources/gc-qa-rag-frontend/src/services/ApiService.ts
@@ -4,8 +4,8 @@ import { MessageItem } from "../types/Api";
4
class RetriableError extends Error { }
5
class FatalError extends Error { }
6
7
-//const URL_ROOT = ((window as any).GC_AI_SEARCH_SERVER_URL) || (window.location.protocol + "//" + window.location.hostname + ":8000");
8
-const URL_ROOT = (window.location.protocol + "//" + window.location.hostname + ":8000");
+const URL_ROOT = ((window as any).GC_AI_SEARCH_SERVER_URL) || (window.location.protocol + "//" + window.location.hostname + ":8000");
+//const URL_ROOT = (window.location.protocol + "//" + window.location.hostname + ":8000");
9
10
export const getSearchResult = async (
11
keyword: string,
0 commit comments