mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-27 23:00:18 +00:00
fixing put to get
This commit is contained in:
parent
0183a036c3
commit
14be6375be
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export default {
|
|||
alert('Path is empty, please provide a valid path to continue.');
|
||||
return
|
||||
}
|
||||
const res = await api_request.update_user_path(path);
|
||||
const res = await api_request.update_user_path(desiredPath);
|
||||
const user_path = await api_request.get_user_path();
|
||||
this.user_path = user_path;
|
||||
if(res.success){
|
||||
|
|
Loading…
Reference in a new issue