Merge pull request #6 from HideyoshiNakazone/devel
Changes Backend API Path
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
backendPath: '/api',
|
backendPath: 'https://api.hideyoshi.com.br',
|
||||||
backendOAuthPath: 'https://api.hideyoshi.com.br'
|
backendOAuthPath: 'https://api.hideyoshi.com.br'
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
backendPath: '/api',
|
backendPath: 'http://localhost:8070',
|
||||||
backendOAuthPath: 'http://localhost:8070'
|
backendOAuthPath: 'http://localhost:8070'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user