Skip to content

Commit 36aba3c

Browse files
committed
WLMAI-1653 - External Gen Ai support internalization for Prod
1 parent a2db234 commit 36aba3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AI/GenAI-ChatBot-application-sample/src/lib/api/api.slice.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export const paginationApiMockResponseInitial: PaginationApiResponse<any> = {
2020
isSuccess: false,
2121
}
2222

23-
// export const BASE_URL = 'api.workloads.netapp.com';
24-
export const BASE_URL = 'staging.api.workloads.netapp.com';
23+
export const BASE_URL = 'api.workloads.netapp.com';
2524

2625
export const selfHandleErrors = (args: ApiRequest, api: any) => {
2726
if (args.isSelfHandleErrors) {

0 commit comments

Comments
 (0)