Send request to get all account data

This commit is contained in:
Pierre
2018-05-13 16:52:19 +02:00
parent e9b6df8536
commit f447f30c6c
8 changed files with 312 additions and 0 deletions

View File

@ -468,6 +468,26 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Account export
*/
export: {
/**
* UI controller
*/
ui: {
//TODO : implement
},
/**
* Worker
*/
worker: {
//TODO: implement
},
},
},
/**