Skip to content

Commit dee87e2

Browse files
author
mattbutlar
committed
Fix for namespace
1 parent 45cec4b commit dee87e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php/includes/mbApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function GetApiHostname()
1313

1414
function GetApiNamespace()
1515
{
16-
return "http://api.mindbodyonline.com/0_5";
16+
return "http://clients.mindbodyonline.com/0_5";
1717
}
1818

1919
// helper functions

0 commit comments

Comments
 (0)