Skip to content

Commit 39ef2a5

Browse files
committed
fix service name log
1 parent e4613d5 commit 39ef2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ func main() {
9292

9393
api.RegisterHandlersWithOptions(r, opp_auth_handlers, options)
9494

95-
fmt.Println("OPP Backend starting on :8090")
95+
fmt.Println("OPP Auth starting on :8090")
9696
log.Fatal(r.Run(":8090"))
9797
}

0 commit comments

Comments
 (0)