0👍
You should serve static files from your backend.
Add some code to your backend for serving static files.
for example in node we can do like this:
express.js serve static files
Source:stackexchange.com
0👍
You should serve static files from your backend.
Add some code to your backend for serving static files.
for example in node we can do like this:
express.js serve static files