Closed missinglink closed 6 years ago
adding this because it's possible to have express interpret the input param ?lang=string as an Array using the URL scheme ?lang[]=element1&lang[]=element2.
express
?lang=string
?lang[]=element1&lang[]=element2
added a link to the PR for controlling the language code.
Ah yes, I recall long ago when we had to do this for the API
adding this because it's possible to have
express
interpret the input param?lang=string
as an Array using the URL scheme?lang[]=element1&lang[]=element2
.added a link to the PR for controlling the language code.