diff --git a/4r-api/api.cabal b/4r-api/4r-api.cabal similarity index 100% rename from 4r-api/api.cabal rename to 4r-api/4r-api.cabal diff --git a/4r-api/Api.hs b/4r-api/Api.hs index 669eb05..e06fa39 100644 --- a/4r-api/Api.hs +++ b/4r-api/Api.hs @@ -1,4 +1,4 @@ -module Api (getSections, getTopics, getTopic) where +module Api (getSections, getSections', getTopics, getTopics', getTopic, getTopic') where import Relude