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 a2db234 commit 36aba3cCopy full SHA for 36aba3c
AI/GenAI-ChatBot-application-sample/src/lib/api/api.slice.ts
@@ -20,8 +20,7 @@ export const paginationApiMockResponseInitial: PaginationApiResponse<any> = {
20
isSuccess: false,
21
}
22
23
-// export const BASE_URL = 'api.workloads.netapp.com';
24
-export const BASE_URL = 'staging.api.workloads.netapp.com';
+export const BASE_URL = 'api.workloads.netapp.com';
25
26
export const selfHandleErrors = (args: ApiRequest, api: any) => {
27
if (args.isSelfHandleErrors) {
0 commit comments