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
I was linked to this tutorial from this YouTube video. It was great to follow along!
One thing that went wrong, however, are the Routing commands. It seems that newer versions of the router crate require router.get, router.post etc. to be used with three parameters, the third one being a symbolic name to refer to the route to later (such as in when using router::url_for).
The text was updated successfully, but these errors were encountered:
I was linked to this tutorial from this YouTube video. It was great to follow along!
One thing that went wrong, however, are the Routing commands. It seems that newer versions of the
router
crate requirerouter.get
,router.post
etc. to be used with three parameters, the third one being a symbolic name to refer to the route to later (such as in when usingrouter::url_for
).The text was updated successfully, but these errors were encountered: