This commit is contained in:
2024-08-27 21:34:18 +02:00
parent cab12fca92
commit c11eaaee45
13 changed files with 118 additions and 373 deletions
@@ -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