Open mukundS0ni opened 3 years ago
Hey there, this will be my first post trying to help someone on github, please correct me if I am wrong:
In app.py, the developer defines cbr.route
,
this refers to line 10: cbr = Blueprint('cbr', __name__, url_prefix='/comic-book-reader')
To fix this simply type: http://127.0.0.1:5000/comic-book-reader/<any_app_route>
to view the app.
Hopes this helps :)
When I am running this program I am getting an error "GET / HTTP/1.1" 404 - can you tell me how to run this program?