closes #49 and possible done #46

This commit is contained in:
2023-10-22 23:02:39 +01:00
parent 90bc3f6acf
commit c844aeabe4
9 changed files with 256 additions and 135 deletions

View File

@@ -5,9 +5,9 @@ import (
)
func HandleTrainEndpoints(handle *Handle) {
handleTrain(handle)
handleRest(handle)
handleTrain(handle)
handleRest(handle)
//TODO remove
handleTest(handle)
//TODO remove
handleTest(handle)
}