File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export class MinecraftController {
24
24
@Get ( '/:address' )
25
25
@ApiOperation ( {
26
26
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" ,
28
28
} )
29
29
@ApiOkResponse ( {
30
30
description : 'Server information' ,
@@ -46,7 +46,7 @@ export class MinecraftController {
46
46
@Get ( '/query/:address' )
47
47
@ApiOperation ( {
48
48
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" ,
50
50
} )
51
51
@ApiOkResponse ( {
52
52
description : 'Server information' ,
@@ -68,7 +68,7 @@ export class MinecraftController {
68
68
@Get ( '/bedrock/:address' )
69
69
@ApiOperation ( {
70
70
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 " ,
72
72
} )
73
73
@ApiOkResponse ( {
74
74
description : 'Server information' ,
You can’t perform that action at this time.
0 commit comments