Skip to content

Commit

Permalink
Change from morpho to model-first
Browse files Browse the repository at this point in the history
  • Loading branch information
lqtian authored and LianwMS committed Jul 27, 2016
1 parent 01a2f38 commit c98b7b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"client": "http://generator.swagger.io/api/gen/clients/{language}"
},
"simpleyamlcodegen": {
"server": "http://localhost:9002/server/codegen/?name={language}",
"client": "http://localhost:9002/client/codegen/?name={language}"
"server": "http://morpho-codegen.azurewebsites.net/server/codegen/?name={language}",
"client": "http://morpho-codegen.azurewebsites.net/client/codegen/?name={language}"
},
"analytics": {
"google": {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ require('styles/main.less');
// App JavaScript files
require('scripts/app.js');

require('morpho');
require('model-first');

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"worker-loader": "^0.7.0",
"yaml-js": "^0.1.3",
"file-loader": "^0.8.5",
"morpho": "~0.0.1-alpha.6"
"model-first": "~0.1.1"
},
"engines": {
"node": ">=5.8.0"
Expand Down
1 change: 0 additions & 1 deletion scripts/services/fileloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ SwaggerEditor.service('FileLoader', function FileLoader($http, defaults, YAML) {
} else {
load(resp.data).then(resolve, reject);
}
*/
}, reject);
});
}
Expand Down

0 comments on commit c98b7b4

Please sign in to comment.