From aa708e491c3879c91d6924d8964eb74eec2ef35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 25 Apr 2025 12:31:14 +0200 Subject: [PATCH] chore: add api endpoint to http client tests --- api.http | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api.http b/api.http index c964bba..cc851b5 100644 --- a/api.http +++ b/api.http @@ -43,3 +43,8 @@ GET {{base_url}}/api/pickups/1 Accept: application/json Authorization: Bearer {{$auth.token("oauth2_api")}} +### API travels +GET {{base_url}}/api/travels +Accept: application/json +Authorization: Bearer {{$auth.token("oauth2_api")}} +