mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 15:31:26 +00:00
Done #52 skeleton moved successfully to cmd repo
This commit is contained in:
11
revel/skeleton/app/controllers/app.go
Normal file
11
revel/skeleton/app/controllers/app.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package controllers
|
||||
|
||||
import "github.com/revel/revel"
|
||||
|
||||
type App struct {
|
||||
*revel.Controller
|
||||
}
|
||||
|
||||
func (c App) Index() revel.Result {
|
||||
return c.Render()
|
||||
}
|
||||
Reference in New Issue
Block a user