diff --git a/src/views/HistoryView.vue b/src/views/HistoryView.vue index 83bc21f..8c79417 100644 --- a/src/views/HistoryView.vue +++ b/src/views/HistoryView.vue @@ -101,9 +101,7 @@ export default class HistoryView extends Vue { async mounted() { try { const responseData: ISceneryHistory[] = await ( - await axios.get( - "https://stacjownik.herokuapp.com/api/getSceneryHistory" - ) + await axios.get("https://stacjownik.herokuapp.com/api/getSceneryInfo") ).data; this.sceneryHistoryList = responseData;