mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
add GET /dvla_organisation endpoint
This commit is contained in:
5
app/dao/dvla_organisation_dao.py
Normal file
5
app/dao/dvla_organisation_dao.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.models import DVLAOrganisation
|
||||
|
||||
|
||||
def dao_get_dvla_organisations():
|
||||
return DVLAOrganisation.query.all()
|
||||
Reference in New Issue
Block a user