After blueprints json files have been generated in temp folder (by calling api/update), api/blueprints still returns an empty array until api/update has been called a second time.
Steps to reproduce:
- delete json files in temp folder.
- hit
api/update - notice json files have been generated in temp folder
- hit
api/blueprints - notice list is empty
- hit
api/update again.
- hit
api/blueprints - notice blueprints data returned as expected
After blueprints json files have been generated in temp folder (by calling
api/update),api/blueprintsstill returns an empty array untilapi/updatehas been called a second time.Steps to reproduce:
api/update- notice json files have been generated in temp folderapi/blueprints- notice list is emptyapi/updateagain.api/blueprints- notice blueprints data returned as expected