Skip to content

Commit b6b5351

Browse files
committed
update base url
1 parent 6e3555e commit b6b5351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
PromptToolBody
1616
} from './types'
1717

18-
const BASE_URL = 'https://api.promptfoundry.ai/sdk/v1'
18+
const BASE_URL = 'https://api.promptfoundry.ai'
1919

2020
export default class PromptFoundry {
2121
private client: typeof api

0 commit comments

Comments
 (0)