mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
Revert "Revert "add DVLA organisations to API""
This commit is contained in:
committed by
Chris Hill-Scott
parent
4c764dcc80
commit
c4fac1d937
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