mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18: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() {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user