add revoke method
This commit is contained in:
11
api/auth/revoke.go
Normal file
11
api/auth/revoke.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package api_auth
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"git.oblat.lv/alex/triggerssmith/internal/server"
|
||||
)
|
||||
|
||||
func (h *authHandler) handleRevoke(w http.ResponseWriter, r *http.Request) {
|
||||
server.NotImplemented(w)
|
||||
}
|
||||
Reference in New Issue
Block a user