Skip to content

Commit

Permalink
Fix - resolve mixed content issue error (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm authored Sep 17, 2023
1 parent 6e7e421 commit dba4355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/lib/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dba4355

Please sign in to comment.