dev: add ddns list api (#445)

This commit is contained in:
UUBulb
2024-10-21 16:22:30 +08:00
committed by GitHub
parent aa0d570b2b
commit 5efd995992
6 changed files with 79 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ import (
"net/http"
"github.com/gin-gonic/gin"
"github.com/naiba/nezha/model"
"github.com/naiba/nezha/service/singleton"
)