added some comments
This commit is contained in:
@@ -11,10 +11,12 @@ public class Routes {
|
||||
|
||||
@GetMapping("")
|
||||
public JodelPost test() {
|
||||
// TODO: remove dec post
|
||||
JodelPost post = new JodelPost(100);
|
||||
|
||||
// calculate anonymous IDs for the post
|
||||
post.anonymize(Optional.empty());
|
||||
|
||||
// return the post
|
||||
return post;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user