Skip to content

Commit 403778f

Browse files
committed
Fixed problem with import of app/routes
1 parent 892b73d commit 403778f

File tree

1 file changed

+1
-1
lines changed
  • samples/demo/app/controllers

1 file changed

+1
-1
lines changed

samples/demo/app/controllers/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package controllers
22

33
import (
44
"github.com/robfig/revel"
5-
"csrf-nosurf/app/routes"
5+
"github.com/cbonello/revel-csrf/samples/demo/app/routes"
66
"fmt"
77
)
88

0 commit comments

Comments
 (0)