Update API url in production environment

This commit is contained in:
William Brawner 2021-11-24 16:27:04 -07:00
parent 240833e8d6
commit b6af459d44

View file

@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: '/api' apiUrl: 'https://twigs.api.wbrawner.com/api'
}; };