Code cleanup

This commit is contained in:
Torsten Schulz
2024-07-10 17:25:54 +02:00
parent 92ddde1804
commit 7ab3be1465
29 changed files with 0 additions and 544 deletions

View File

@@ -25,10 +25,8 @@ export default {
methods: {
async fetchFile() {
try {
console.log(this.hash);
const response = await axios.get('/files/hash/' + this.hash);
this.title = response.data.title;
console.log('Fetched files:', response.data.events);
this.events = response.data.events;
} catch (error) {
console.error('Fehler beim Abrufen der Events', error);