Answer the question
In order to leave comments, you need to log in
What do the symbols mean?
What do the symbols " *, : , {}" (stars, colon, fig.brackets) mean, more precisely, what are they called in order to google correctly?
router.get("/api/data*")
router.get("/api/data/:id")
router.get("/api/data/{field_names}")
Answer the question
In order to leave comments, you need to log in
usually * means any number of characters,
:id means the
{} parameter of some variable or code
But this is not accurate, it may be different in different docks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question