diff --git a/otg/otg.go b/otg/otg.go index 1aad071..08b7cf9 100644 --- a/otg/otg.go +++ b/otg/otg.go @@ -61,7 +61,7 @@ type Otg struct { func (Otg) RevaPlugin() reva.PluginInfo { return reva.PluginInfo{ - ID: "http.services.thumbnails", + ID: "http.services.otg", New: New, } }