Closed leonardehrenfried closed 3 months ago
Since the debug client no longer uses the REST API, it is now disabled by default!
To enable it again, add the following to otp-config.json:
otp-config.json
{ "otpFeatures" : { "LegacyRestApi": true } }
☢️ :skull_and_crossbones: REST API disabled by default :skull_and_crossbones: ☢️
Since the debug client no longer uses the REST API, it is now disabled by default!
To enable it again, add the following to
otp-config.json
: