Skip to content

Commit c6a0536

Browse files
author
Claude Vessaz
committed
Update FME Cloud URL
1 parent c09f15e commit c6a0536

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
*.sublime-project
3+
*.sublime-workspace

‎v1.1/FMECloud.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var FMECloud = ( function() {
6363
*/
6464
var config = {
6565
version : 'v1',
66-
server : 'https://api.fmecloud.com',
66+
server : 'https://api.fmecloud.safe.com',
6767
xdomain : false
6868
};
6969

‎v1.1/FMECloud.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎v1/FMECloud.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var FMECloud = ( function() {
8383
*/
8484
var config = {
8585
version : 'v1',
86-
server : 'https://api.fmecloud.com',
86+
server : 'https://api.fmecloud.safe.com',
8787
token : token,
8888
xdomain : false
8989
};

‎v1/FMECloud.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)