implement id over url query

This commit is contained in:
Adrian Zürcher
2025-04-29 08:32:23 +02:00
parent c1d822b296
commit 408700367b
2 changed files with 9 additions and 1 deletions

View File

@@ -5,8 +5,8 @@ import (
"sync"
"github.com/gin-gonic/gin"
"github.com/tecamino/tecamino-dbm/cert"
"github.com/tecamino/tecamino-logger/logging"
"github.com/zuadi/tecamino-dbm/cert"
)
type Server struct {