mirror of
https://github.com/acaloiaro/newsbox
synced 2026-07-21 10:12:26 +00:00
11 lines
127 B
Go
11 lines
127 B
Go
package grifts
|
|
|
|
import (
|
|
"newsbox/actions"
|
|
|
|
"github.com/gobuffalo/buffalo"
|
|
)
|
|
|
|
func init() {
|
|
buffalo.Grifts(actions.App())
|
|
}
|