Skip to content

Commit

Permalink
Addigional changes to the endpoint from /me to /api
Browse files Browse the repository at this point in the history
  • Loading branch information
markojak committed Dec 14, 2021
1 parent 9c19d74 commit 2bbb20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

https://markojak.com

I build systems
I build systems
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
async rewrites() {
return [
{
source: '/me',
source: '/api',
destination: '/api/info',
},
]
Expand Down

1 comment on commit 2bbb20d

@vercel
Copy link

@vercel vercel bot commented on 2bbb20d Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.