feat: add new api urls to module template

pull/4457/head
mehmet-erim 5 years ago
parent 2cc0e84bcf
commit ea3aaccce8

@ -15,6 +15,9 @@ export const environment = {
},
apis: {
default: {
url: 'https://localhost:44301',
},
MyProjectName: {
url: 'https://localhost:44300',
},
},

@ -15,6 +15,9 @@ export const environment = {
},
apis: {
default: {
url: 'https://localhost:44301',
},
MyProjectName: {
url: 'https://localhost:44300',
},
},

Loading…
Cancel
Save