khatru/blossom: implement BUD-05 without optimizations
This commit is contained in:
@@ -44,6 +44,10 @@ func New(rl *khatru.Relay, serviceURL string) *BlossomServer {
|
||||
}
|
||||
}
|
||||
|
||||
if r.URL.Path == "/media" {
|
||||
bs.handleMedia(w, r)
|
||||
return
|
||||
}
|
||||
if r.URL.Path == "/mirror" && r.Method == "PUT" {
|
||||
bs.handleMirror(w, r)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user