mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
revel skeleton
This commit is contained in:
11
app/controllers/app.go
Normal file
11
app/controllers/app.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package controllers
|
||||
|
||||
import "github.com/robfig/revel"
|
||||
|
||||
type Application struct {
|
||||
*rev.Controller
|
||||
}
|
||||
|
||||
func (c Application) Index() rev.Result {
|
||||
return c.Render()
|
||||
}
|
||||
Reference in New Issue
Block a user