From 431a36760d65f77dd0ecdd5fe5c0c0ca92a148cd Mon Sep 17 00:00:00 2001 From: aranzaiger Date: Mon, 22 Jun 2015 01:25:35 +0300 Subject: [PATCH] fix auto.doc bug --- SE_API/TaskRoutes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SE_API/TaskRoutes.py b/SE_API/TaskRoutes.py index 4c50468..769e25b 100644 --- a/SE_API/TaskRoutes.py +++ b/SE_API/TaskRoutes.py @@ -269,10 +269,6 @@ def documentation(): -@task_routes.route('/api/tasks/help') -def documentation(): - return auto.html() -