forked from SteamWar/SteamWar
Fixes...
This commit is contained in:
@@ -70,9 +70,6 @@ data class ResponseUser(val name: String, val uuid: String, val prefix: String,
|
||||
|
||||
fun Route.configureDataRoutes() {
|
||||
route("/data") {
|
||||
get {
|
||||
call.respondText("Hello World!")
|
||||
}
|
||||
route("/admin") {
|
||||
install(SWPermissionCheck) {
|
||||
mustAuth = true
|
||||
|
||||
Reference in New Issue
Block a user