feat: translation middleware
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package page
|
||||
|
||||
type Service struct{}
|
||||
|
||||
func New() *Service {
|
||||
return &Service{}
|
||||
}
|
||||
Reference in New Issue
Block a user