Skip to content

Commit b5a071c

Browse files
committed
updated the constants file to include prod URI
1 parent b8bd5ba commit b5a071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/fml/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class URI:
2-
_SERVER = 'http://127.0.0.1:5000'
2+
_SERVER = 'https://fmlearn.herokuapp.com/'
33

44
_METRIC = '/metric'
55
_RETRIEVE = '/retrieve'

0 commit comments

Comments
 (0)