1
0
forked from PGL/Clyde

show map by role

This commit is contained in:
2024-03-16 16:57:52 +01:00
parent 53e478b05c
commit 17ab241250
4 changed files with 75 additions and 53 deletions

View File

@ -46,7 +46,6 @@ async function _rest(endPoint, config){
pending: config['pending'] != null ? config['pending'] : 'pending',
error: config['error'] != null ? config['error'] : 'Network Failure...',
success: config['success'] != null ? config['success'] : {render(res){
console.log(res);
return res.data.ok ? "Success" : "error";
}},
})