mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
show Tags in CoreHeader
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user