Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
7decc3f4
Commit
7decc3f4
authored
Dec 09, 2024
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address rebase fallout
parent
b2ed29cf
Pipeline
#7098
passed with stages
in 62 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Swagger.hs
src/Gargantext/API/Swagger.hs
+2
-4
No files found.
src/Gargantext/API/Swagger.hs
View file @
7decc3f4
...
...
@@ -20,8 +20,7 @@ module Gargantext.API.Swagger (
)
where
import
Control.Lens
((
?~
))
import
Data.OpenApi
(
OpenApi
)
import
Data.Swagger
import
Data.OpenApi
import
Data.Version
(
showVersion
)
import
Gargantext.API.Routes.Named.Public
qualified
as
Named
import
Gargantext.API.Routes.Named
qualified
as
Named
...
...
@@ -29,8 +28,7 @@ import Gargantext.Orphans () -- instance HasOpenApi
import
Gargantext.Prelude
import
Paths_gargantext
qualified
as
PG
-- cabal magic build module
import
Servant
import
Servant.OpenApi
(
toOpenApi
)
import
Servant.Swagger
import
Servant.OpenApi
backendApiProxy
::
Proxy
(
NamedRoutes
(
Named
.
MkBackEndAPI
(
Named
.
GargAPIVersion
Named
.
GargAPI'
)))
backendApiProxy
=
Proxy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment