Skip to content

Commit

Permalink
feat: bump up new version
Browse files Browse the repository at this point in the history
  • Loading branch information
artmadeit committed Feb 2, 2020
1 parent 3641477 commit efdfe2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrocornea",
"version": "0.1.9",
"version": "0.2.0",
"description": "ElectroCornea desktop client",
"main": "src/core/main.js",
"scripts": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"winston": "^3.2.1",
"winston-mongodb": "^5.0.1"
}
}
}
2 changes: 1 addition & 1 deletion src/modules/send-request.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { logger } = require("./log");
const got = require("got");

const url = "http://127.0.0.1:8000"; // "https://keratoconus-exams.herokuapp.com/exams-file";
const url = "https://keratoconus-exams.herokuapp.com"; // "http://127.0.0.1:8000";

const client = got.extend({
prefixUrl: url
Expand Down

0 comments on commit efdfe2d

Please sign in to comment.