CCExtractor / ccx_gitbot

code for the github bot for CCExctractor. Developed during GSoC 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace static url's with route_for methods for bot controller

canihavesomecoffee opened this issue · comments

As can be seen in commit 891e02f, there's a risk that when the routes are modified (or just mistyped), typo's are introduced. This can be avoided by using the route_for from the Slim router. Method that holds the urls will require a small refactor.