Skip to content

Commit cec463e

Browse files
committed
Use relative API path for production environment
1 parent 3863acc commit cec463e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module.exports = function (grunt) {
141141
constants: {
142142
ENV: {
143143
name: 'production',
144-
apiUrl: '<%= yeoman.api %>'
144+
apiUrl: '/api/'
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)