show Tags in CoreHeader

This commit is contained in:
ma0068
2026-03-31 12:48:27 +02:00
parent 5dbddb4beb
commit 50af6694d0
8 changed files with 257 additions and 14 deletions
+9
View File
@@ -51,4 +51,13 @@ export default {
params: data
};
},
//TODO expand to other types
getAllTagsPrestudent(prestudent_id){
return {
method: 'get',
url: 'api/frontend/v1/stv/Tags/getAllTags',
params: prestudent_id
};
}
};