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() {
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;