Attempt to resolve issue with incorrect schema on POST requests
Build and Publish Docker Container / build (push) Successful in 5m40s

This commit is contained in:
2024-02-07 09:59:15 +00:00
parent 3f4d630ce2
commit 52d11a41ab
+1
View File
@@ -14,6 +14,7 @@ module LectureAttendanceManager
config.active_job.queue_adapter = :sidekiq
config.hosts << "lectures.joshuacoles.me"
config.action_controller.forgery_protection_origin_check
# Disable sass to make tailwind work
config.assets.css_compressor = nil