Skip to content

Commit

Permalink
Files reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakoc committed Dec 4, 2024
1 parent 606940d commit a796b6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/tumlive/tumlive.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func GinServer() (err error) {
router.Use(gzip.Gzip(gzip.DefaultCompression))
api.ConfigGinRouter(router)
web.ConfigGinRouter(router)
err = router.Run(":8083")
err = router.Run(":8081")
// err = router.RunTLS(":443", tools.Cfg.Saml.Cert, tools.Cfg.Saml.Privkey)
if err != nil {
sentry.CaptureException(err)
Expand Down

0 comments on commit a796b6a

Please sign in to comment.