Add API base for prod build

This commit is contained in:
garrettmills 2020-02-07 22:26:43 -06:00
parent 58e4c351eb
commit 81d9706830

View File

@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
backendBase: '/',
};