doubldragon / siege-deckbuilder

A deckbuilding card game using laravel and angular
0 stars 0 forks source link

card json data will not store correctly as json in the database #7

Closed doubldragon closed 7 years ago

doubldragon commented 7 years ago

Possible fixes could be creating and object and passing via more traditional api endpoint. Another option could be to write a function that packages the data correctly to be passed into the database.

doubldragon commented 7 years ago

It stores now. Working on retrieval

doubldragon commented 7 years ago

problem is solved