Merge branch 'main' of github.com:cgzirim/song-recognition

This commit is contained in:
Chigozirim Igweamaka 2024-05-27 00:55:01 +01:00
commit d6085faf7f

8
client/vercel.json Normal file
View file

@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "http://51.20.115.7:5000/:path*",
"destination": "http://51.20.115.7:5000/:path*"
}
]
}