Skip to content
#

router

Here are 3,844 public repositories matching this topic...

mhbdev
mhbdev commented Apr 8, 2021

I have defined this route using Fluro. exchange/:pair

There is a problem! I want :pair to be optional. If client types https://host:port/exchange/BNB_BTC everything goes fine. but assume the user is looking for https://host:port/exchange and he confronts with 404 error cause there is no such route/path.

I mean something like exchange/{:pair}.

good first issue

Improve this page

Add a description, image, and links to the router topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the router topic, visit your repo's landing page and select "manage topics."

Learn more