Fix routes to manifest and service-worker, rename controller

This commit is contained in:
Jason Zimdars
2025-07-15 16:42:47 -05:00
parent 8f47db3ced
commit 47324eb45a
3 changed files with 5 additions and 8 deletions
+2 -6
View File
@@ -1,12 +1,8 @@
class PwaController < ApplicationController
allow_unauthenticated_access
require_untenanted_access
skip_forgery_protection
# We need a stable URL at the root, so we can't use the regular asset path here.
def service_worker
end
# Need ERB interpolation for paths, so can't use asset path here either.
def manifest
end
end
end