API setup
The default data setting uses .json
, but you can easily switch to using data from the API /utilities/app-settings.js
with export const isStaticData = false;
. two attributes true
and false
You can connect to any website system that provides API at /repositories/Repository.js
with const baseDomain = 'http://domain_API';
Last updated