fix
This commit is contained in:
11
Backend/internal/controller/forum/forum.go
Normal file
11
Backend/internal/controller/forum/forum.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package forum
|
||||
|
||||
import (
|
||||
"TrangleAgent/api/forum"
|
||||
)
|
||||
|
||||
type ControllerV1 struct{}
|
||||
|
||||
func NewV1() forum.IForumV1 {
|
||||
return &ControllerV1{}
|
||||
}
|
||||
Reference in New Issue
Block a user