Updated: starts style & api path to heroku

This commit is contained in:
buchslava
2015-10-17 10:25:38 +03:00
parent ea6c3f46d7
commit 443c778d0d
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ import {FileSelect, FileDrop, FileUploader} from '../../../components/index';
// webpack html imports
let template = require('./simple-demo.html');
const URL = '/api/';
// const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
// const URL = '/api/';
const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
@Component({
selector: 'simple-demo'