From 06016727d9f60c91b3c5b464030838f9bd980d2c Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Wed, 22 Jan 2025 11:52:16 -0700 Subject: [PATCH] only make certain api endpoints testable --- Views/API/Index.cshtml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Views/API/Index.cshtml b/Views/API/Index.cshtml index a925ee6..1e9a72f 100644 --- a/Views/API/Index.cshtml +++ b/Views/API/Index.cshtml @@ -30,7 +30,7 @@
GET
-
+
/api/vehicles
@@ -44,7 +44,7 @@
GET
-
+
/api/vehicle/info
@@ -582,7 +582,7 @@
GET
-
+
/api/calendar
@@ -614,7 +614,7 @@
GET
-
+
/api/vehicle/reminders/send
@@ -629,7 +629,7 @@
GET
-
+
/api/makebackup
@@ -643,7 +643,7 @@
GET
-
+
/api/cleanup
@@ -658,7 +658,14 @@