Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e59f92f

Browse files
committed
handler: fix: fix slides api
1 parent b07280f commit e59f92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/handler/src/DeckGo/Handler.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ instance Aeson.ToJSON Slide where
295295
type API =
296296
"users" :> UsersAPI :<|>
297297
"decks" :> DecksAPI :<|>
298-
"slides" :> SlidesAPI
298+
"decks" :> SlidesAPI
299299

300300
api :: Proxy API
301301
api = Proxy

0 commit comments

Comments
 (0)