mirror of
https://github.com/signalapp/Signal-Server
synced 2025-12-25 09:26:17 +00:00
Fix an incorrect documentation tag for the call quality survey controller
This commit is contained in:
committed by
Jon Chambers
parent
c2ebabad58
commit
ad2500d4fd
@@ -32,7 +32,7 @@ import org.whispersystems.textsecuregcm.limits.RateLimiters;
|
||||
import org.whispersystems.textsecuregcm.metrics.CallQualitySurveyManager;
|
||||
|
||||
@Path("/v1/call_quality_survey")
|
||||
@io.swagger.v3.oas.annotations.tags.Tag(name = "Account")
|
||||
@io.swagger.v3.oas.annotations.tags.Tag(name = "Call quality survey")
|
||||
public class CallQualitySurveyController {
|
||||
|
||||
private final CallQualitySurveyManager callQualitySurveyManager;
|
||||
|
||||
Reference in New Issue
Block a user