Profilsuche #31

Merged
weeman merged 2 commits from feature-profile-search into main 2021-07-06 21:17:00 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 85b8e638a7 - Show all commits

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
from flask import make_response, request
from ki.models import Profile

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
import unittest
from ki.test.ApiTest import ApiTest