File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,12 @@ <h1>MCping API</h1>
49
49
There is also a Mojang Services API, at
50
50
< a href ="/api/services "> /api/services</ a > . This is useful for checking if
51
51
the authservers or Xbox Services are having issues. Example response
52
- below. The possible values for each field are DefiniteProblems,
53
- PossibleProblems, and Operational.
52
+ below. The possible values for each field are
53
+ < code > DefiniteProblems</ code > , < code > PossibleProblems</ code > , and
54
+ < code > Operational</ code > .
54
55
</ p >
55
- < pre > < code id ="exampleServicesResponse " class ="language-json " style ="text-align: left; display: inline-block; "> </ code > </ pre >
56
+ < pre > < code id ="exampleServicesResponse " class ="language-json "
57
+ style ="text-align: left; display: inline-block; "> </ code > </ pre >
56
58
</ body >
57
59
< script src ="/hljs/highlight.min.js "> </ script >
58
60
< script >
@@ -72,6 +74,7 @@ <h1>MCping API</h1>
72
74
services_string ,
73
75
) . innerHTML ;
74
76
}
77
+
75
78
loadExampleResponses ( ) . then ( ( ) => {
76
79
hljs . highlightAll ( ) ;
77
80
} ) ;
You can’t perform that action at this time.
0 commit comments