diff --git a/progit/fork.py b/progit/fork.py index 828e641..6c2bf99 100644 --- a/progit/fork.py +++ b/progit/fork.py @@ -25,8 +25,8 @@ from progit import APP, SESSION, LOG ### Application -@APP.route('/fork/') -@APP.route('/fork//') +@APP.route('/do_fork/') +@APP.route('/do_fork//') def fork_project(repo, username=None): """ Fork the project specified into the user's namespace """