feat: add tasks closes #74
This commit is contained in:
11
logic/tasks/index.go
Normal file
11
logic/tasks/index.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package tasks
|
||||
|
||||
import (
|
||||
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
|
||||
)
|
||||
|
||||
func HandleTasks (handle *Handle) {
|
||||
handleUpload(handle)
|
||||
handleList(handle)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user