Fixed CORS

This commit is contained in:
2023-09-22 14:33:33 +05:30
parent dca7cf76e6
commit 9daa3db037
4 changed files with 86 additions and 83 deletions

View File

@@ -16,7 +16,7 @@ const Center noMenuWidget = Center(
style: TextStyle(fontSize: 20, fontStyle: FontStyle.italic)));
const String hashLink =
"http://github.com/kphanipavan/IIITB_Menu/releases/download/latest/out.txt";
"https://raw.githubusercontent.com/kphanipavan/IIITB_Menu/menu_scraper/out.txt";
const String dataLink =
"http://github.com/kphanipavan/IIITB_Menu/releases/download/latest/out.json";
"https://raw.githubusercontent.com/kphanipavan/IIITB_Menu/menu_scraper/out.json";