From 623f12f0486a3b11630405c8859b8e18d5088488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 17 Mar 2024 22:40:21 +0100 Subject: [PATCH] motis-proxy: doc: Mention were the MOTIS endpoint is --- motis-proxy/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///