Skip to content

Commit

Permalink
Fix default path to MT
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Feb 13, 2019
1 parent ccbf29c commit fe67aa3
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 285 deletions.
2 changes: 1 addition & 1 deletion dev/webpack.appmt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = new Config().extend({
}),
// CC new FaviconsPlugin('images/modtools_logo.png'),
new webpack.DefinePlugin({
APP_VERSION: JSON.stringify('0.2.10, 12 February 2019.'),
APP_VERSION: JSON.stringify('0.2.10, 13 February 2019.'),
// CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'),
FACEBOOK_APPID: JSON.stringify('134980666550322'),
FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'),
Expand Down
Loading

0 comments on commit fe67aa3

Please sign in to comment.