Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
services
organizations
Commits
222840b9
Commit
222840b9
authored
May 13, 2019
by
FORESTIER Fabien
Browse files
Fix invalid import
parent
2740112c
Pipeline
#2388
passed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/organizations/organizations.controller.ts
View file @
222840b9
...
...
@@ -3,7 +3,7 @@ import { OrganizationsService } from './organizations.service';
import
{
ApiUseTags
,
ApiOperation
,
ApiResponse
}
from
'
@nestjs/swagger
'
;
import
{
OrganizationDTO
}
from
'
./organization.dto
'
;
import
{
Organization
}
from
'
./organization.entity
'
;
import
{
LinkEntity
}
from
'
links/link.entity
'
;
import
{
LinkEntity
}
from
'
../
links/link.entity
'
;
@
ApiUseTags
(
'
organizations
'
)
@
Controller
(
'
organizations
'
)
...
...
Write
Preview
Supports
Markdown
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