Skip to content
Snippets Groups Projects
Commit 1706b8cb authored by Pesti Tamás's avatar Pesti Tamás
Browse files

Make nginx apiURL the default

parent 81d89db6
No related branches found
No related tags found
No related merge requests found
export {default as axios} from 'axios'; export {default as axios} from 'axios';
export const apiURL = 'http://localhost:8080/api'; // local development // export const apiURL = 'http://localhost:8080/api'; // local development
// export const apiURL = '/api'; // nginx export const apiURL = '/api'; // nginx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment