Skip to content

Commit

Permalink
Fix json server url
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeluis committed May 4, 2024
1 parent 8d49434 commit 109a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const apiURL = 'https://arduinohub--andreeluis.repl.co';
const apiURL = 'https://680e001e-44d8-43ab-bc52-7ef68d3707ca-00-23pxkm6ir3lb4.kirk.replit.dev';
const user = JSON.parse(sessionStorage.getItem('user'));

const loginButton = document.querySelector('header nav .login');
Expand Down

0 comments on commit 109a203

Please sign in to comment.