You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lines in my terminal get mixed up when serving static files:
GET /demo/demo.css text/css:
GET /tus.js:
GET /demo.js:
=> => Matched: GET /<file..>
Matched: GET /<file..>
=> Matched: GET /<file..>
=> Warning: Response was `None`.
=> Outcome: Failure
=> => Outcome: Success
Warning: Responding with 404 Not Found catcher.
=> Outcome: Success
=> Response succeeded.
=> Response succeeded.
=> Response succeeded.
Rocket 0.3.2
OS X 10.11.6
Firefox 55.0.3
The text was updated successfully, but these errors were encountered:
The lines in my terminal get mixed up when serving static files:
Rocket 0.3.2
OS X 10.11.6
Firefox 55.0.3
The text was updated successfully, but these errors were encountered: