Closed arun-a-nayagam closed 5 years ago
Hi,
I want to add a value to an array, concat only deals with strings. Is there a different way to achieve the below behaviour
supported: methods: - GET - POST api: methods: (( concat "OPTIONS" supported.methods))
A grab does what I expected.
api: methods: (( grab "OPTIONS" supported.methods))
Thank you.
Hi,
I want to add a value to an array, concat only deals with strings. Is there a different way to achieve the below behaviour