TtRPC•Created by jman on 2/29/2024 in #❓-help Is there any way to temporarily disable mutations?
My goal is to move into a read-only mode temporarily.
I'm thinking anything could be fine as a short term solution.
1. Throw an explicit error when mutations try to be called
2. Procedure not found error
3. Stop support POST requests?