Skip to content

Commit

Permalink
fix: bad url
Browse files Browse the repository at this point in the history
  • Loading branch information
artmadeit committed Jan 20, 2020
1 parent 2c08003 commit 0584327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrocornea",
"version": "0.1.7",
"version": "0.1.8",
"description": "ElectroCornea desktop client",
"main": "src/core/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/send-request.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { logger } = require("./log");

const url = "http://127.0.0.1:8000/exams-file";
const url = "https://keratoconus-exams.herokuapp.com/exams-file";
const axios = require("axios").default;

const sendRequest = aFileName => lastLine =>
Expand Down

0 comments on commit 0584327

Please sign in to comment.