mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
fixing fe bug
This commit is contained in:
parent
747cc1f8c0
commit
72f84a2633
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
@ -117,7 +117,7 @@ async function set_up_api_server(app) {
|
||||||
constants.API_BASE_PATH + 'settings',
|
constants.API_BASE_PATH + 'settings',
|
||||||
constants.API_BASE_PATH + 'xss-uri',
|
constants.API_BASE_PATH + 'xss-uri',
|
||||||
constants.API_BASE_PATH + 'user-path',
|
constants.API_BASE_PATH + 'user-path',
|
||||||
'/screenshots/:screenshotFilename'
|
'/screenshots/'
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue