fix doubled-up dynamic routes

This commit is contained in:
Tristan Rowley
2019-12-24 15:07:05 +00:00
parent 2ec494e4e1
commit 4127e51123
2 changed files with 2 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ grep " def " actions.py | grep -v "^#" | sed -e 's/ def //' | sed -e 's/self//'
echo
echo "# Dynamic routes"
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/p'
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/'
echo
echo "----"