fixing fe bug

This commit is contained in:
counter 2023-01-18 21:50:05 -08:00
parent 747cc1f8c0
commit 72f84a2633

2
api.js
View file

@ -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/'
]; ];