Skip to content

Commit

Permalink
docs: removed reference to /api in readme (#77)
Browse files Browse the repository at this point in the history
* docs: removed /api uri

* Update README.md

---------

Co-authored-by: Sébastien Chopin <[email protected]>
  • Loading branch information
onmax and atinux authored Apr 10, 2024
1 parent 465e73e commit 6a7bb14
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 @@ -59,7 +59,7 @@ const { loggedIn, user, session, clear } = useUserSession()
</div>
<div v-else>
<h1>Not logged in</h1>
<a href="/api/auth/github">Login with GitHub</a>
<a href="/auth/github">Login with GitHub</a>
</div>
</template>
```
Expand Down

0 comments on commit 6a7bb14

Please sign in to comment.