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
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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 (
...
@@ -20,8 +20,7 @@ module Gargantext.API.Swagger (
)
where
)
where
import
Control.Lens
((
?~
))
import
Control.Lens
((
?~
))
import
Data.OpenApi
(
OpenApi
)
import
Data.OpenApi
import
Data.Swagger
import
Data.Version
(
showVersion
)
import
Data.Version
(
showVersion
)
import
Gargantext.API.Routes.Named.Public
qualified
as
Named
import
Gargantext.API.Routes.Named.Public
qualified
as
Named
import
Gargantext.API.Routes.Named
qualified
as
Named
import
Gargantext.API.Routes.Named
qualified
as
Named
...
@@ -29,8 +28,7 @@ import Gargantext.Orphans () -- instance HasOpenApi
...
@@ -29,8 +28,7 @@ import Gargantext.Orphans () -- instance HasOpenApi
import
Gargantext.Prelude
import
Gargantext.Prelude
import
Paths_gargantext
qualified
as
PG
-- cabal magic build module
import
Paths_gargantext
qualified
as
PG
-- cabal magic build module
import
Servant
import
Servant
import
Servant.OpenApi
(
toOpenApi
)
import
Servant.OpenApi
import
Servant.Swagger
backendApiProxy
::
Proxy
(
NamedRoutes
(
Named
.
MkBackEndAPI
(
Named
.
GargAPIVersion
Named
.
GargAPI'
)))
backendApiProxy
::
Proxy
(
NamedRoutes
(
Named
.
MkBackEndAPI
(
Named
.
GargAPIVersion
Named
.
GargAPI'
)))
backendApiProxy
=
Proxy
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