Integrate frontend UI into backend container and update Dockerfile to multi-stage build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { auth } from './auth.js';
|
||||
|
||||
export const BASE_URL = 'http://localhost:3001/api';
|
||||
export const BASE_URL = '/api';
|
||||
|
||||
/**
|
||||
* API Wrapper for SaaS Meta Backend
|
||||
|
||||
Reference in New Issue
Block a user