From cfd45d8a9e204f9777dbb927cc99f40ef6324df6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 7 Jul 2022 00:09:19 +0200 Subject: don't have the ControlRoom API in Swagger just causes pain and isn't really useful for anything since it's a webform API meant to be used by the web frontend, not by other applications. --- lib/Server/ControlRoom.hs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/Server') diff --git a/lib/Server/ControlRoom.hs b/lib/Server/ControlRoom.hs index 68d1437..c63b74b 100644 --- a/lib/Server/ControlRoom.hs +++ b/lib/Server/ControlRoom.hs @@ -130,9 +130,3 @@ genericToHtmlForm HtmlFormOptions{..} (Proxy :: Proxy a) = instance ToHtmlForm CalendarDate -instance ToSchema Form where - declareNamedSchema _ = undefined -instance ToSchema TripList where - declareNamedSchema _ = undefined -instance ToSchema CalendarDate where - declareNamedSchema _ = undefined -- cgit v1.2.3