ibi-group / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
13 stars 2 forks source link

Upstream merge 2024-07-11 #218

Closed leonardehrenfried closed 3 months ago

leonardehrenfried commented 3 months ago

☢️ :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:


{
  "otpFeatures" : {
    "LegacyRestApi": true
  }
}