π§Static
server.static("test/.js") //Adds the all JS files in the "test" folder
server.static("test/.") //Adds the all FILES in the "test" folder
//Example https://localhost:80/test/index.css
Last updated
Was this helpful?
server.static("test/.js") //Adds the all JS files in the "test" folder
server.static("test/.") //Adds the all FILES in the "test" folder
//Example https://localhost:80/test/index.css
Last updated
Was this helpful?