We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4613d5 commit 39ef2a5Copy full SHA for 39ef2a5
src/auth.go
@@ -92,6 +92,6 @@ func main() {
92
93
api.RegisterHandlersWithOptions(r, opp_auth_handlers, options)
94
95
- fmt.Println("OPP Backend starting on :8090")
+ fmt.Println("OPP Auth starting on :8090")
96
log.Fatal(r.Run(":8090"))
97
}
0 commit comments