fix registry address

This commit is contained in:
behrooz razzaghi
2025-04-05 16:58:47 +03:30
parent fd1e1f1d2e
commit 61a9fbe9f2
8 changed files with 23 additions and 42 deletions

View File

@@ -135,5 +135,5 @@ func main() {
AllowCredentials: true,
})
log.Fatal(http.ListenAndServe(":8080", c.Handler((router))))
log.Fatal(http.ListenAndServe(":8082", c.Handler((router))))
}