diff --git a/motis-proxy/src/main.rs b/motis-proxy/src/main.rs index 4a8ac8f7..a827df09 100644 --- a/motis-proxy/src/main.rs +++ b/motis-proxy/src/main.rs @@ -442,7 +442,7 @@ struct Request { /// # MOTIS API /// -/// All MOTIS requests need to be sent to this URL. +/// All MOTIS requests need to be sent to this URL. For Transitous, it is located at `https://routing.spline.de/api/`. /// /// You can use the destination field to choose the endpoint to call. ///