I want to make automatic send file in file area
I really don’t know how to say
Mainly i am doing like this to all files
app.get("/assets/css/main.css", function(request, response) {
response.sendFile(__dirname + “/assets/css/main.css”);
});
So Now i want to make this files to go to automatically to the file website
Like: htpps://projectname.glitch.me/main/css/main.css
This wanted to do automatically without the above Code