feat: update auth
This commit is contained in:
@@ -17,7 +17,7 @@ function App() {
|
||||
useEffect(() => {
|
||||
const loadMe = async () => {
|
||||
try {
|
||||
const response = await fetch(`/api/me`, {
|
||||
const response = await fetch(`/auth/me`, {
|
||||
credentials: 'include',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user