Files @ ab5c4d84f99c
Branch filter:

Location: kallithea/docs/readme.rst - annotation

ab5c4d84f99c 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
repos: fix abuse of dead 'repo' routing

The repo "show" controller didn't do anything and was unused. There was a
routing GET entry for it but it was only used for generating URLs for DELETE
and PUT operations that have separate controllers that happen to have the same
URL.

Use the right routing entries when generating URLs and drop the dead code.
1
2
3
.. _readme:

.. include:: ./../README.rst