Updating Context in an endpoint
How do I update the values in the ctx variable that is passed to the endpoint?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
thanks
sorry I believe my initial question wasn't clear. I meant modifying a value that is already present in ctx. I have an object with a key and value, and I want to essentially modify the value of the key in that object in the proceedure
the ulterior goal is to maintain an app wide state