feat: closes #18 added the code to generate models and other
This commit is contained in:
13
logic/models/train/main.go
Normal file
13
logic/models/train/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models_train
|
||||
|
||||
import (
|
||||
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
|
||||
)
|
||||
|
||||
func HandleTrainEndpoints(handle *Handle) {
|
||||
handleTrain(handle)
|
||||
handleRest(handle)
|
||||
|
||||
//TODO remove
|
||||
handleTest(handle)
|
||||
}
|
||||
Reference in New Issue
Block a user