Ip address couldn't be found ,bug

ip address couldn’t be found

I am not able to view my api result instead I am viewing the thing as shown in image below

Bug appears at this link:https://Backend.navicoder.repl.co

Browser/OS/Device: Mozilla/5.0 (Linux; Android 11; SM-M307F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36

Replit Profile: https://replit.com/@navicoder
** Image below**

this may be a temporary issue or something with your DNS. It’s loading for me, but 404s

Hi @Navicoder thanks for your message.

It isn’t a bug, but how you are setting up your Flask app. You need to have a route for '/'.

I’ve forked and adjusted your Repl to show you it working here: https://replit.com/@IanAtReplit/Backend

Hope this helps!