Update to remove unused variable for the validation route.

This commit is contained in:
2024-04-19 10:54:46 +03:00
parent 0c3aa99918
commit 2d9add29e6
+1 -1
View File
@@ -113,7 +113,7 @@
(. app post "/htmx/validation/create-title/" (. app post "/htmx/validation/create-title/"
handlers/is-user-authorized handlers/is-user-authorized
(handlers/htmx-create-title-validation-handler-factory client)) (handlers/htmx-create-title-validation-handler-factory))
(. app use "/htmx/validation/create-title/" (. app use "/htmx/validation/create-title/"
(handlers/user-not-authorized-factory)) (handlers/user-not-authorized-factory))