update project name

This commit is contained in:
2026-04-29 23:00:08 +00:00
parent de7ac282db
commit 3ee048e00d
11 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
package app
import (
common "access-manager-api/app/common"
"access-manager-api/app/ldap"
"fmt"
"net/http"
common "user-manager-api/app/common"
"user-manager-api/app/ldap"
)
func NewPool(backends *UserSession, poolname string) (int, error) {