8 lignes
133 o
Go
8 lignes
133 o
Go
|
package faqController
|
||
|
|
||
|
import "github.com/NyaaPantsu/nyaa/controllers/router"
|
||
|
|
||
|
func init() {
|
||
|
router.Get().Any("/faq", FaqHandler)
|
||
|
}
|