I have a server which is used to download files. The server is written in nodejs and looks like this:
const express = require("express"); const http