mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-10 09:22:24 +00:00
docs(go.md): HTTP example URL (#7906)
## Description When implementing the Backend setup of my Go project, I figured out that the URL point to the HTTP example is wrong. So I did a little update in order to fix that. Cheer! ### Definition of Ready - [x] I am happy with the code - [x] Short description of the feature/issue is added in the pr description --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:

committed by
GitHub

parent
f482231f79
commit
d55aae5160
@@ -8,7 +8,7 @@ OAuth 2 Token Introspection.
|
||||
|
||||
At the end of the guide you should have an API with a protected endpoint.
|
||||
|
||||
> This documentation references our HTTP example. There's also one for GRPC. Check them out on [GitHub](https://github.com/zitadel/zitadel-go/tree/authorization/example/api).
|
||||
> This documentation references our HTTP example. There's also one for GRPC. Check them out on [GitHub](https://github.com/zitadel/zitadel-go/blob/next/example/api/http/main.go).
|
||||
|
||||
## Set up application and obtain keys
|
||||
|
||||
|
Reference in New Issue
Block a user