mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmieniono endpoint dla API stacjownika
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user