chore: Update API_URL to use environment variable and new default port.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const API_URL = 'http://localhost:3001/api';
|
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:9173/api';
|
||||||
|
|
||||||
export const auth = {
|
export const auth = {
|
||||||
getMicrosoftAuthUrl: async () => {
|
getMicrosoftAuthUrl: async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user