removed id from comment

This commit is contained in:
Stefan Zermatten
2021-04-11 13:09:16 +02:00
parent d4ca07ce9c
commit 109b89022e

View File

@@ -1,8 +1,8 @@
import { fetch } from 'meteor/fetch'
export default function importCharacter(url){
// Using v1's JSON API to fetch the character data in a nice format
// url -> https://dicecloud.com/character/HxerC2ZYXKrNc8u2M/json?key=<key>
// Using v1's JSON API to fetch the character data in a usable format
// url -> https://dicecloud.com/character/<id>/json?key=<key>
fetch(url)
.then(response => response.json())
.then(data => {