Skip to content
Snippets Groups Projects
Commit afcb6a5a authored by Robert-K's avatar Robert-K
Browse files

Added account <-join-> token api service

parent 1fb79149
No related branches found
No related tags found
No related merge requests found
import TransactionService from './transaction.service'
export default {
list(config) {
let ta = [
{"name": "cntl.wapi_auth.list", "old": {"is_own": true}},
{"name": "cntl.mgr.list", "join": {"0": "cntl.wapi_auth.fkey_cntl_wapi_auth_mgr"}}
]
return TransactionService.execute(config, ta);
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment