Skip to content

Commit

Permalink
docs: update api.go reference (#1912)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

docs

## What is the current behavior?

Commit 1a52eb6 moved `api.go` to
`internal`, without updating all references.

## What is the new behavior?

This PR adjusts sources to changes. 

## Additional context

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Jan 14, 2025
1 parent 05c8c09 commit daa7e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ The base URL used for constructing the URLs to request authorization and access
To try out external authentication with Apple locally, you will need to do the following:

1. Remap localhost to \<my_custom_dns \> in your `/etc/hosts` config.
2. Configure auth to serve HTTPS traffic over localhost by replacing `ListenAndServe` in [api.go](api/api.go) with:
2. Configure auth to serve HTTPS traffic over localhost by replacing `ListenAndServe` in [api.go](internal/api/api.go) with:

```
func (a *API) ListenAndServe(hostAndPort string) {
Expand Down

0 comments on commit daa7e37

Please sign in to comment.