v1.2.4z template (clean feature not done)

This commit is contained in:
2025-03-16 00:36:13 +08:00
parent 78f379b96d
commit 2adef191cb
12 changed files with 341 additions and 148 deletions

View File

@@ -196,6 +196,17 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
rest.WithPrefix("/api/v1"),
)
server.AddRoutes(
[]rest.Route{
{
Method: http.MethodPost,
Path: "/query/single/test",
Handler: query.QuerySingleTestHandler(serverCtx),
},
},
rest.WithPrefix("/api/v1"),
)
server.AddRoutes(
[]rest.Route{
{