refactor: removed unused code and fix typo
This commit is contained in:
parent
cdc441344f
commit
b18746957d
3 changed files with 1 additions and 6 deletions
|
|
@ -110,9 +110,6 @@ func (s *Service) Serve() error {
|
|||
router.Get("/profile/{id}/data", s.GetProfileData())
|
||||
router.Post("/profile/{id}/data", s.SetProfileData())
|
||||
router.Delete("/profile/{id}/data", s.DeleteProfileData())
|
||||
// router.Post("/profile/{id}/paths/{path}", s.CreateProfilePath())
|
||||
// router.Delete("/profile/{id}/paths/{path}", s.DeleteProfilePath())
|
||||
// router.Get("/profile/{id}/paths/{path}", s.GetProfilePath())
|
||||
|
||||
// plugins
|
||||
router.Get("/plugins", s.ListPlugins())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue