Skip to content

Commit c98c8cf

Browse files
fix
1 parent e157469 commit c98c8cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fastlabel/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88

99
class Api:
10-
# base_url = "https://api.fastlabel.ai/v1/"
11-
base_url = "http://localhost:4000/v1/"
10+
base_url = "https://api.fastlabel.ai/v1/"
1211

1312
access_token = None
1413

0 commit comments

Comments
 (0)