From 05d2318538eba71ac0555dc5ec146499d9cb0592 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 14 May 2021 16:50:23 +0200 Subject: api: Remove user handling from OpenDC API server This change removes any of the user handling and endpoints from the OpenDC API server. The API server does not need to store user information other than an identifier in the database. --- opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py (limited to 'opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py') diff --git a/opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3