Results 2 comments of HackME

Can I work in this

You can add the `url` parameter in Strapi "_config\server.js_" url -> Backend Link ``` config\server.js module.exports = ({ env }) => ({ host: env('HOST', '0.0.0.0'), port: env.int('PORT', 1337), url: 'http://127.0.0.1:1337',...