If I go to http://127.0.0.1:8080/blog/index/ it works, however if I go
to http://127.0.0.1:8080/blog/index it doesn't.
The two files of interest are:
The main program is: https://bitbucket.org/ddevine/icdy/src/872f3969a341/icdy.py
And the routes I am testing are in:
https://bitbucket.org/ddevine/icdy/src/872f3969a341/blog/__init__.py
Can anybody see what I am doing wrong? Is there a bug or lack of
essential documentation?
--Daniel Devine