[Bug] Duplicate streams.json files.
Open
bug
cleanup
help wanted
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
In this project, mock data is read from a JSON file, streams.json like it would in a API.
Problem is that the project has two of these files.
Theres one in the root of the project;
/streams.json
And the other;
public/api/streams.json
Keep one and make sure whatever loads it up and points/goes to the correct path and remove the other and ensure its correct and loads properly from the path. Also ensure that
Keep in mind this is only for development purposes since right now we don't have that much of a backend.
Our tests use their own mock data so ignored that in /tests/
Contributor guide
Assessment
This issue has not been assessed yet.