Update README.md

This commit is contained in:
Chunting Gu
2020-08-24 14:52:43 +08:00
committed by GitHub
parent 3ce4914cd2
commit 7ed6e1955c
-2
View File
@@ -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`.