Update README.md

master
Chunting Gu 5 years ago committed by GitHub
parent 3ce4914cd2
commit 7ed6e1955c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -250,8 +250,6 @@ int main() {
}
```
Every server program has a server object taking a port number (e.g., `8080`) as argument. It listens to this port for incoming connections and requests.
### URL Route
The `Route()` method routes different URLs to different `views`.

Loading…
Cancel
Save