mirror of
https://github.com/datarhei/core.git
synced 2025-10-18 14:00:41 +08:00
Add basic resource information in about response
This commit is contained in:
@@ -19,7 +19,7 @@ func getDummyAboutRouter() (*echo.Echo, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
handler := NewAbout(rs, func() []string { return []string{} })
|
||||
handler := NewAbout(rs, nil, func() []string { return []string{} })
|
||||
|
||||
router.Add("GET", "/", handler.About)
|
||||
|
||||
|
Reference in New Issue
Block a user