frontend: change ENDPOINT to default
This commit is contained in:
parent
d92c09772e
commit
e8b81422a2
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue