Skip to content

Commit

Permalink
feat(get_organisations): add new endpoint get_organisations
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlolly committed Dec 18, 2023
1 parent 1a0ed64 commit 8403785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import Blueprint, request, make_response

from config import Token, tokenEncode, tokenDecode
from postgres.queries import checkPassword
from postgres.queries import checkPassword, getOrganisationIDsFromUserId
from postgres.transactions import addUser, addOrganisation, addUserToOrganisation, deleteUser

user_management = Blueprint('user_management', __name__)
Expand Down

0 comments on commit 8403785

Please sign in to comment.