Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse openK User Modules
org.eclipse.openk-usermodules.gridFailureInformation.backend
Commits
54f51b0c
Commit
54f51b0c
authored
Aug 30, 2020
by
Simon Reis
Browse files
SI-2444 GET Service initialEmailSubjectAndContent erstellen
parent
8b6d1d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
gfsBackendService/src/main/java/org/eclipse/openk/gridfailureinformation/controller/SettingsController.java
View file @
54f51b0c
...
...
@@ -36,6 +36,7 @@ public class SettingsController {
@Secured
({
"ROLE_GRID-FAILURE-ADMIN"
,
"ROLE_GRID-FAILURE-READER"
,
"ROLE_GRID-FAILURE-CREATOR"
,
"ROLE_GRID-FAILURE-QUALIFIER"
,
"ROLE_GRID-FAILURE-PUBLISHER"
})
@ApiOperation
(
value
=
"Rückgabe alles Settings als .json"
)
@ApiResponses
(
value
=
{
@ApiResponse
(
code
=
200
,
message
=
"Erfolgreich durchgeführt"
)})
@GetMapping
public
FESettingsDto
getSettings
()
{
return
settingsService
.
getFESettings
();
}
...
...
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