Update README_NEW.md

pull/72/head
Fenny 2020-02-07 04:36:25 +01:00 committed by GitHub
parent 27ad5cd237
commit f74a943e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ app.Static("./public")
// http://localhost:3000/js/script.js
// http://localhost:3000/css/style.css
app.Static("/50shades", "./private")
// http://localhost:3000/50shades/js/script.js
// http://localhost:3000/50shades/css/style.css
app.Static("/xxx", "./public")
// http://localhost:3000/xxx/js/script.js
// http://localhost:3000/xxx/css/style.css
app.Listen(3000)
```