arnoob16 / GeeksForGeeksAPI

Unofficial GeeksForGeeks API
https://geeks-for-geeks-api.vercel.app/arnoob16
57 stars 18 forks source link

Root route i.e. '/' shows Error 404. #3

Open arnoob16 opened 3 years ago

arnoob16 commented 3 years ago

Description

When the user tries to access the root route, i.e. '/' an error 404 page is rendered. You can recreate the behaviour by going to this URL -> https://geeks-for-geeks-api.vercel.app/

Screenshots

image

Ideal Behaviour

The route should redirect the user to the repository URL, i.e. https://github.com/arnoob16/GeeksForGeeksAPI/

Jwright707 commented 3 years ago

I would like to take a look into this. 😀

sukesh2000 commented 3 years ago

If the issue is still not resolved then can I start working on it?