Added ancientTrait to Card; updated README

This commit is contained in:
bradyn
2020-11-15 20:54:09 -06:00
parent c82497951d
commit 239d1b2831
6 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export class Client {
static async get(resource: string, params?: IQuery[] | string): Promise<any> {
let url: string = `${this.apiUrl}/${resource}`;
let config: axios.AxiosRequestConfig = {
const config: axios.AxiosRequestConfig = {
headers: {
'Content-Type': 'application/json'
}