Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
frag.jetzt Backend
Commits
f582d399
Commit
f582d399
authored
Jul 12, 2021
by
Philipp Sautner
Browse files
Changes mapping to default id mapping for better visibility
parent
031af7e2
Pipeline
#66728
passed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/thm/arsnova/frag/jetzt/backend/controller/CommentController.java
View file @
f582d399
...
...
@@ -27,7 +27,7 @@ public class CommentController extends AbstractEntityController {
private
static
final
String
DELETE_BY_ROOM_MAPPING
=
POST_MAPPING
+
"byRoom"
;
private
static
final
String
HIGHLIGHT_MAPPING
=
DEFAULT_ID_MAPPING
+
"/highlight"
;
private
static
final
String
LOWLIGHT_MAPPING
=
DEFAULT_ID_MAPPING
+
"/lowlight"
;
private
static
final
String
COMMENT_ROLE
=
GET
_MAPPING
+
"/role"
;
private
static
final
String
COMMENT_ROLE
=
DEFAULT_ID
_MAPPING
+
"/role"
;
private
final
CommentCommandHandler
commandHandler
;
private
final
CommentService
service
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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