Fix console output in guide.

This commit is contained in:
bohov 2018-11-04 12:25:51 +02:00 committed by Sergio Benitez
parent 983ee9b32d
commit 8195453249
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ run`. You should see the following:
=> keep-alive: 5s
=> tls: disabled
🛰 Mounting '/':
=> GET / (hello)
=> GET / (index)
🚀 Rocket has launched from http://localhost:8000
```

View File

@ -167,8 +167,8 @@ Running the application, the console shows:
=> limits: forms = 32KiB
=> keep-alive: 5s
=> tls: disabled
🛰 Mounting '/':
=> GET / (hello)
🛰 Mounting '/hello':
=> GET /hello/world (world)
🚀 Rocket has launched from http://localhost:8000
```