mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 17:45:17 +03:00
refractor: hub conn
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
package main
|
||||
|
||||
import "github.com/lorsanstand/HomeOps-Hub/internal/hub/app"
|
||||
|
||||
func main() {
|
||||
start := app.NewApp()
|
||||
|
||||
start.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user