File tree 1 file changed +2
-2
lines changed
src/main/java/org/kryptokrona/hugin/controller
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public ResponseEntity<StatisticsResponse> getPostEncryptedStatistics() {
78
78
return new ResponseEntity <>(statisticsResponseObj , HttpStatus .OK );
79
79
}
80
80
81
- @ GetMapping ("/post -encrypted-group" )
81
+ @ GetMapping ("/posts -encrypted-group" )
82
82
@ Operation (
83
83
summary = "Amount of encrypted posts" ,
84
84
description = "Gets the total amount of encrypted posts during last 24h/week/month/year."
@@ -93,7 +93,7 @@ public ResponseEntity<StatisticsResponse> getPostEncryptedGroupStatistics() {
93
93
return new ResponseEntity <>(statisticsResponseObj , HttpStatus .OK );
94
94
}
95
95
96
- @ GetMapping ("/hashtag " )
96
+ @ GetMapping ("/hashtags " )
97
97
@ Operation (
98
98
summary = "Amount of hashtags" ,
99
99
description = "Gets the total amount of hashtags during last 24h/week/month/year."
You can’t perform that action at this time.
0 commit comments