fix "Todo Completati"

statics instead of assets
This commit is contained in:
Paolo Arena
2019-03-05 23:44:48 +01:00
parent 6686e44297
commit 41edd96c8c
35 changed files with 184 additions and 2983 deletions

View File

@@ -4,7 +4,8 @@ import * as Types from '@src/store/Api/ApiTypes'
async function sendRequest(url: string, method: string, mydata: any) {
console.log('sendRequest', method, url)
if (!process.env.DEBUG)
console.log('sendRequest', method, url)
let request
if (method === 'GET')