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() {
|
||||
const headers = new Headers();
|
||||
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",
|
||||
headers: headers
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue