fix route

This commit is contained in:
Tanner Nelson 2016-08-22 15:10:43 -04:00
parent 02d15dcabc
commit adc7bfe2eb
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Boot up the server by running the following command.
vapor run serve
```
You should see a message `Server starting...`. You can now visit `http://localhost:8080/plaintext` in your browser.
You should see a message `Server starting...`. You can now visit `http://localhost:8080/hello` in your browser.
Note: Certain port numbers require super user access to bind. Simply run `sudo vapor run` to allow access. If you decide to run on a port besides `80`, make sure to direct your browser accordingly.