Mise en place du frontend Angular (init, environments, proxy vers le backend)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: '/api/v1'
|
||||
};
|
||||
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'http://localhost:8000/api/v1'
|
||||
};
|
||||
Reference in New Issue
Block a user