feat: closes #11 and fixed database cons remaining open
This commit is contained in:
@@ -9,4 +9,8 @@ func HandleModels (handle *Handle) {
|
||||
handleEdit(handle)
|
||||
handleDelete(handle)
|
||||
handleList(handle)
|
||||
|
||||
// Data endpoints
|
||||
handleDataUpload(handle)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user