diff --git a/website/handlers/enterprise/__init__.py b/website/handlers/enterprise_entity/__init__.py similarity index 100% rename from website/handlers/enterprise/__init__.py rename to website/handlers/enterprise_entity/__init__.py diff --git a/website/handlers/enterprise/handler.py b/website/handlers/enterprise_entity/handler.py similarity index 100% rename from website/handlers/enterprise/handler.py rename to website/handlers/enterprise_entity/handler.py diff --git a/website/handlers/enterprise/url.py b/website/handlers/enterprise_entity/url.py similarity index 100% rename from website/handlers/enterprise/url.py rename to website/handlers/enterprise_entity/url.py diff --git a/website/handlers/enterprise_node/__init__.py b/website/handlers/enterprise_node/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/website/handlers/enterprise_node/handler.py b/website/handlers/enterprise_node/handler.py new file mode 100644 index 0000000..922615b --- /dev/null +++ b/website/handlers/enterprise_node/handler.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- + +import logging + +from sqlalchemy import text +from website import errors +from website import settings +from website import consts +from website import db +from website.util import shortuuid, aes +from website.service import enterprise +from website.handler import APIHandler, authenticated \ No newline at end of file diff --git a/website/handlers/enterprise_node/url.py b/website/handlers/enterprise_node/url.py new file mode 100644 index 0000000..e69de29