Zmieniono endpoint dla API stacjownika

This commit is contained in:
2021-02-23 14:52:27 +01:00
parent f24ef88f5c
commit 3c5a0d09ca
+1 -3
View File
@@ -101,9 +101,7 @@ export default class HistoryView extends Vue {
async mounted() { async mounted() {
try { try {
const responseData: ISceneryHistory[] = await ( const responseData: ISceneryHistory[] = await (
await axios.get( await axios.get("https://stacjownik.herokuapp.com/api/getSceneryInfo")
"https://stacjownik.herokuapp.com/api/getSceneryHistory"
)
).data; ).data;
this.sceneryHistoryList = responseData; this.sceneryHistoryList = responseData;