mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-18 20:39:46 +00:00
rename folder
This commit is contained in:
parent
fc971292c2
commit
a6ad9aaf90
4 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
"""API access status"""
|
"""API access status"""
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
import datetime
|
import datetime
|
||||||
import string
|
|
||||||
import typing
|
import typing
|
||||||
import strawberry
|
import strawberry
|
||||||
|
|
||||||
from selfprivacy_api.resolvers.api import get_api_version
|
from selfprivacy_api.resolve_functions.api import get_api_version
|
||||||
|
|
||||||
@strawberry.type
|
@strawberry.type
|
||||||
class ApiDevice:
|
class ApiDevice:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Unassigned views"""
|
"""Unassigned views"""
|
||||||
from flask_restful import Resource
|
from flask_restful import Resource
|
||||||
from selfprivacy_api.resolvers.api import get_api_version
|
from selfprivacy_api.resolve_functions.api import get_api_version
|
||||||
|
|
||||||
class ApiVersion(Resource):
|
class ApiVersion(Resource):
|
||||||
"""SelfPrivacy API version"""
|
"""SelfPrivacy API version"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue