works without csrf

This commit is contained in:
James Dinkel 2025-08-24 12:22:00 -05:00
parent 4503bc6343
commit d91037686b
2 changed files with 1 additions and 2 deletions

2
app.rb
View file

@ -13,7 +13,7 @@ class App < Roda
plugin :route_csrf
route do |r|
check_csrf!
# check_csrf!
r.root do
@page_title = 'Assistants List'

View file

@ -16,7 +16,6 @@
<% end %>
<!-- Add CSRF token tag -->
<%== csrf_tag('/assistants') %>
<div class="field">
<label class="label">Name</label>