feat: app proxy

This commit is contained in:
Simon Ding
2024-07-27 17:18:38 +08:00
parent 5175e651ee
commit feecc9f983
8 changed files with 52 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ import (
func main() {
log.Infof("------------------- Starting Polaris ---------------------")
dbClient, err := db.Open()
if err != nil {
log.Panicf("init db error: %v", err)