Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: sdk generation migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed May 3, 2018
1 parent 0095961 commit f7a2291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'use strict'
var config = {}

config.sdkGenURL = 'https://mobilesdkgen.ng.bluemix.net/sdkgen/api/generator/'
config.sdkGenURL = 'https://us-south.devex.bluemix.net/sdkgen/api/generator/'
config.sdkGenCheckDelay = 3000

module.exports = config

0 comments on commit f7a2291

Please sign in to comment.