Refactored to use template response as template

This commit is contained in:
Ken Tsang
2017-04-19 10:51:12 +01:00
parent d290a2e0ad
commit a5e514c356
5 changed files with 149 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from app.models import TEMPLATE_TYPES
from app.v2.template_schema import template
from app.v2.template.template_schemas import get_template_by_id_response as template
get_all_template_request = {