mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-22 18:29:19 +02:00
fixed account backend url
This commit is contained in:
parent
a16ee776d3
commit
ed332459d1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
const handleLogin = async () => {
|
||||
try {
|
||||
const response = await fetch('https://your-backend-api/login', {
|
||||
const response = await fetch('https://accounts.jonasjones.dev/login', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({ email, password }),
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue