diff --git a/agenta-web/src/lib/services/api.ts b/agenta-web/src/lib/services/api.ts index dafe792ef3..5db7200f4c 100644 --- a/agenta-web/src/lib/services/api.ts +++ b/agenta-web/src/lib/services/api.ts @@ -479,7 +479,7 @@ export const fetchCustomEvaluationNames = async ( ignoreAxiosError: boolean = false, ) => { const response = await axios.get( - `${process.env.NEXT_PUBLIC_AGENTA_API_URL}/api/evaluations/custom_evaluation/${app_name}/names`, + `${process.env.NEXT_PUBLIC_AGENTA_API_URL}/api/evaluations/custom_evaluation/${app_name}/names/`, {_ignoreError: ignoreAxiosError} as any, ) return response