mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
restructuring controller
This commit is contained in:
@@ -7,6 +7,12 @@ export default {
|
||||
+ `cis.php/Cis/Profil/isMitarbeiterOrStudent/${uid}`;
|
||||
return axios.get(url);
|
||||
},
|
||||
|
||||
getView: function(payload) {
|
||||
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root
|
||||
+ `cis.php/Cis/Profil/getView`;
|
||||
return axios.post(url,payload);
|
||||
},
|
||||
|
||||
sperre_foto_function: function(value) {
|
||||
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root
|
||||
@@ -21,9 +27,9 @@ export default {
|
||||
|
||||
return axios.get(url);
|
||||
},
|
||||
mitarbeiterProfil: function(uid) {
|
||||
mitarbeiterProfil: function() {
|
||||
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+
|
||||
`/Cis/Profil/mitarbeiterProfil/${uid}`;
|
||||
`/Cis/Profil/mitarbeiterProfil/`;
|
||||
|
||||
return axios.get(url);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user