frontend: change ENDPOINT to default

This commit is contained in:
Luna Mendes 2018-07-09 02:50:53 -03:00
parent d92c09772e
commit e8b81422a2
No known key found for this signature in database
GPG Key ID: 7D950EEE259CE92F
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {