mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
feat: 数据库管理提交1
This commit is contained in:
@@ -71,7 +71,7 @@ func Http(r chi.Router) {
|
||||
})
|
||||
|
||||
r.Route("/databaseServer", func(r chi.Router) {
|
||||
database := service.NewDatabaseService()
|
||||
database := service.NewDatabaseServerService()
|
||||
r.Get("/", database.List)
|
||||
r.Post("/", database.Create)
|
||||
r.Put("/{id}", database.Update)
|
||||
|
||||
Reference in New Issue
Block a user