From e8b81422a2d1c62e0c095f479e04d62cc2c2743b Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Mon, 9 Jul 2018 02:50:53 -0300 Subject: [PATCH] frontend: change ENDPOINT to default --- priv/frontend/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/priv/frontend/src/App.js b/priv/frontend/src/App.js index f5e4e6a..90bad0c 100644 --- a/priv/frontend/src/App.js +++ b/priv/frontend/src/App.js @@ -3,8 +3,8 @@ import React, { Component } from 'react'; import Service from './Service.js'; import './App.css'; -// const ENDPOINT = 'https://elstatus.stayathomeserver.club/api/status' -const ENDPOINT = 'http://localhost:8069/api/status' +const ENDPOINT = 'https://elstatus.stayathomeserver.club/api/status' +// const ENDPOINT = 'http://localhost:8069/api/status' export default class App extends Component { state = {