From ae4ac605c051baeec83737d9e8542a324d666761 Mon Sep 17 00:00:00 2001 From: zhouping Date: Tue, 7 May 2024 17:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{enterprise => enterprise_entity}/__init__.py | 0 .../{enterprise => enterprise_entity}/handler.py | 0 .../{enterprise => enterprise_entity}/url.py | 0 website/handlers/enterprise_node/__init__.py | 0 website/handlers/enterprise_node/handler.py | 12 ++++++++++++ website/handlers/enterprise_node/url.py | 0 6 files changed, 12 insertions(+) rename website/handlers/{enterprise => enterprise_entity}/__init__.py (100%) rename website/handlers/{enterprise => enterprise_entity}/handler.py (100%) rename website/handlers/{enterprise => enterprise_entity}/url.py (100%) create mode 100644 website/handlers/enterprise_node/__init__.py create mode 100644 website/handlers/enterprise_node/handler.py create mode 100644 website/handlers/enterprise_node/url.py 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