diff --git a/frontend/server/configuration.js b/frontend/server/configuration.js index 6e2884d..c02ed6f 100644 --- a/frontend/server/configuration.js +++ b/frontend/server/configuration.js @@ -7,5 +7,5 @@ module.exports = { //"proxy-directory": "../../data/database/", // Use the option bellow to proxy commands to task runner instance. // This allows you to run tasks or connect to existing instance (https://prankweb.cz). - "proxy-service": "http://localhost:8020", + "proxy-service": "https://prankweb.cz", };