forked from svitvojimilioni/kuhkal
		
	Izmenio da zove API po domenu, ne localhost:...
This commit is contained in:
		| @@ -5,7 +5,7 @@ | ||||
| 	       recipe_id: 1, | ||||
| 	       ammount:40, | ||||
| 	       async getResults() { | ||||
| 	       this.results = await (await fetch('http://localhost:5000/calculate', { | ||||
| 	       this.results = await (await fetch('https://solidarna.cyberdeck.xyz/calculate', { | ||||
| 							method:'POST', | ||||
| 							body: JSON.stringify({ | ||||
| 								recipe_id: this.recipe_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user