feat: #10 added the base for the class on the page
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
|
||||
model_classes "git.andr3h3nriqu3s.com/andr3/fyp/logic/models/classes"
|
||||
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
|
||||
)
|
||||
|
||||
func HandleModels (handle *Handle) {
|
||||
@@ -12,5 +13,7 @@ func HandleModels (handle *Handle) {
|
||||
|
||||
// Data endpoints
|
||||
handleDataUpload(handle)
|
||||
|
||||
model_classes.HandleList(handle)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user