mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
Blocked servers (return 204)
This commit is contained in:
parent
de40a0cde0
commit
2d6cc2ad66
@ -152,3 +152,10 @@ func SessionProfile(app *App) func(c echo.Context) error {
|
||||
return c.JSON(http.StatusOK, profile)
|
||||
}
|
||||
}
|
||||
|
||||
// /blockedservers
|
||||
func SessionBlockedServers(app *App) func(c echo.Context) error {
|
||||
return func(c echo.Context) error {
|
||||
return c.NoContent(http.StatusOK)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user