edia all routes
This commit is contained in:
@@ -42,7 +42,7 @@ async function handleLogin(event) {
|
||||
setLoading(true);
|
||||
|
||||
try {
|
||||
const response = await fetch('/api/login', {
|
||||
const response = await fetch('/api/v1/public/login', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user