new file: frontend/nginx.conf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// frontend/js/api.js
|
||||
const API_BASE = "http://localhost:5000/api";
|
||||
const API_BASE = "/api";
|
||||
|
||||
function getHeaders() {
|
||||
const token = localStorage.getItem('token');
|
||||
|
||||
Reference in New Issue
Block a user