EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Adding api functionality for hospital #69

Closed sungwookson closed 4 years ago

sungwookson commented 4 years ago

importing logger from equipment viewset created circular import resulting in error. For fix changed so that equipment viewset imports a separate logger.

Hospital Equipment Api was missing so added the functionality.