Skip to content

Commit eac4247

Browse files
committed
[EDIT] Minecraft routes's description
1 parent 99c0028 commit eac4247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/minecraft/minecraft.controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)