File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export class MinecraftController {
2424 @Get ( '/:address' )
2525 @ApiOperation ( {
2626 summary : "Track a Minecraft Server Java Edition" ,
27- description : "Track a Minecraft Server Java Edition by a ping request. " ,
27+ description : "Return a JSON response with information about the server Minecraft Java Edition by ping request" ,
2828 } )
2929 @ApiOkResponse ( {
3030 description : 'Server information' ,
@@ -46,7 +46,7 @@ export class MinecraftController {
4646 @Get ( '/query/:address' )
4747 @ApiOperation ( {
4848 summary : "Track a Minecraft Server Java Edition with a query request" ,
49- description : "Track a Minecraft Server Java Edition by a query request. " ,
49+ description : "Return a JSON response with information about the server Minecraft Java Edition by query request" ,
5050 } )
5151 @ApiOkResponse ( {
5252 description : 'Server information' ,
@@ -68,7 +68,7 @@ export class MinecraftController {
6868 @Get ( '/bedrock/:address' )
6969 @ApiOperation ( {
7070 summary : "Track a Minecraft Server Bedrock Edition" ,
71- description : "Track a Minecraft Server Bedrock Edition" ,
71+ description : "Return a JSON response with information about the server Minecraft Bedrock Edition by ping request " ,
7272 } )
7373 @ApiOkResponse ( {
7474 description : 'Server information' ,
You can’t perform that action at this time.
0 commit comments