fix path
This commit is contained in:
parent
846956dff5
commit
e99f33d84d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class App extends React.Component<{}, IAppState> {
|
||||||
private refresh() {
|
private refresh() {
|
||||||
const headers = new Headers();
|
const headers = new Headers();
|
||||||
headers.set("Authorization", `Basic ${process.env.REACT_APP_TCL_AUTH}`);
|
headers.set("Authorization", `Basic ${process.env.REACT_APP_TCL_AUTH}`);
|
||||||
const tclPromise = http<ITclFilteredApi>(`https://tcl.augendre.info/stop/${this.monitoredTclStopId}`, {
|
const tclPromise = http<ITclFilteredApi>(`https://tcl.augendre.info/tcl/stop/${this.monitoredTclStopId}`, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: headers
|
headers: headers
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue