Skip to content

Commit

Permalink
fix: make sure it runs
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Oct 27, 2024
1 parent fcc11f7 commit 2eb9254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app
route "/" Controllers.Public.index
route "/about" Controllers.Public.about
route "/posts" Controllers.Posts.newPost
routef "/posts/%s" Controllers.Public.postDetail
routef "/posts/{%s}" Controllers.Public.postDetail
]
CsrfPost [ route "/posts" Controllers.Posts.savePost ]
]
Expand Down

0 comments on commit 2eb9254

Please sign in to comment.