mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-26 20:51:04 +00:00
feat: Add GPG key to team members
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package app.revanced.api.configuration
|
||||
|
||||
import io.ktor.http.*
|
||||
import io.ktor.server.application.*
|
||||
import io.ktor.server.response.*
|
||||
|
||||
suspend fun ApplicationCall.respondOrNotFound(value: Any?) = respond(value ?: HttpStatusCode.NotFound)
|
||||
Reference in New Issue
Block a user