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
In the "Set up your routes, and serve them" example on http://mi.cro.services/, the $app variable is created, but not referenced after that. It should probably be passed to the Cro::HTTP::Server.new constructor:
In the "Set up your routes, and serve them" example on http://mi.cro.services/, the $app variable is created, but not referenced after that. It should probably be passed to the Cro::HTTP::Server.new constructor:
:host<localhost>, :port<10000>, :application($app);
At least, doing this allowed the example to work OK on Windows 10.
The text was updated successfully, but these errors were encountered: