rewrite api in go/gin

This commit is contained in:
alu
2025-02-11 07:09:47 +00:00
parent 8f2489df47
commit 9412bd57cb
12 changed files with 768 additions and 710 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
app "proxmoxaas-ldap/app"
)
func main() {
app.Run()
}