Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
e5a6395c
Commit
e5a6395c
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
fix: left over workings out
parent
d6b2e404
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
endpoints/auth_resource.py
endpoints/auth_resource.py
+0
-1
No files found.
endpoints/auth_resource.py
View file @
e5a6395c
...
...
@@ -10,7 +10,6 @@ class AuthResource(Resource):
def
__init__
(
self
):
self
.
token
=
TokenModel
()
data_dir
=
os
.
getenv
(
"DATA_DIR"
)
with
open
(
"/data/clients.json"
,
"r"
)
as
clients_file
:
self
.
clients
=
json
.
load
(
clients_file
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment