to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 13:24:58 -07:00
parent 6ae4b401b1
commit 5d0b6c3a37
11 changed files with 160 additions and 43 deletions

View File

@@ -1,10 +1,11 @@
package main
import (
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/server"
"log"
"net/http"
"gitea.bel.blue/local/oauth2/oauth2server/config"
"gitea.bel.blue/local/oauth2/oauth2server/server"
)
func main() {