How to serve static files like json , csv, tsv etc. ### 🤔 Expected Behavior axios.get('data/data.json',).then((data) => console.log(data)) ### 😯 Current Behavior http request failed!!!