Updated service DAO and API end points

This commit is contained in:
Ken Tsang
2017-05-22 11:33:24 +01:00
parent 263adac805
commit 86efcba7a3
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ from app.dao.services_dao import (
dao_create_service,
dao_add_user_to_service,
dao_remove_user_from_service,
dao_remove_service_permission as dao_services_remove_service_permission,
dao_fetch_all_services,
dao_fetch_service_by_id,
dao_fetch_all_services_by_user,