Update api/server/favicon

Braydon 2024-04-16 16:49:51 -07:00
parent fd08f3b9d9
commit e3adf5a4e3

@ -1,9 +1,9 @@
# Server Favicon
`GET` [/server/icon/(hostname)](https://mc.rainnny.club/server/icon/hypixel.net)
`GET` [/server/icon/(hostname)](https://api.restfulmc.cc/server/icon/hypixel.net)
Get the favicon of a Java edition server.
View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Server%20Controller/getServerFavicon) for more.
View the [Swagger Docs](https://api.restfulmc.cc/swagger-ui/index.html#/Server%20Controller/getServerFavicon) for more.
## Path Variables
| Name | Type | Description |
@ -11,4 +11,4 @@ View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Server%20
| hostname | string | `The server hostname to lookup (Append :<port> for port)` |
## Response
![Server Favicon](https://mc.rainnny.club/server/icon/mc.hypixel.net)
![Server Favicon](https://api.restfulmc.cc/server/icon/mc.hypixel.net)