Skip to content

Commit 908ab75

Browse files
committed
Use prod url
1 parent 086f85e commit 908ab75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/qualifire/globals.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { post } from '../utils';
22

3-
// export const BASE_URL = 'https://proxy.qualifire.ai/api/evaluation/evaluate';
4-
export const BASE_URL = 'http://localhost:8080/api/evaluation/evaluate';
3+
export const BASE_URL = 'https://proxy.qualifire.ai/api/evaluation/evaluate';
54

65
interface AvailableTool {
76
name: string;

0 commit comments

Comments
 (0)