Open
Description
What am I missing? I commented out the local json option but it still doesn't allow me to use the database for crud.
` constructor() {
/*const api = false;
const url = './assets/params/json/';*/
const api = true;
const url = 'http://localhost:5004/';
this.config.api = api;
this.config.url = url;`
Metadata
Assignees
Labels
No labels