Skip to content

Commit

Permalink
guestbook: redirect uri fix
Browse files Browse the repository at this point in the history
Signed-off-by: x-t <xdasht@pm.me>
  • Loading branch information
x-t committed Nov 5, 2023
1 parent 1e676b9 commit 0bf259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guestbook3/src/settings/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ package settings
// RedirectHTML Name of HTML document (endpoint) where
// the post controller (/api/post) will redirect/point to
// in a concat of Headers[Referer] + RedirectHTML.
const RedirectHTML = "guestbook.html"
const RedirectHTML = "/guestbook.html"

0 comments on commit 0bf259a

Please sign in to comment.