Skip to main content

ResourceController

The ResourceController controller contains handler methods for loading resources.

Available endpoints:

EndpointDescription
/service-worker.jsIt will call serviceWorker handler method. This handler method is used to load service-worker.js file.
/service-worker.js.mapIt will call serviceWorkerMap handler method. This handler method is used to load service-worker.js.map file.
/public/{filename}It will call file handler method. This handler method is used to load any file from the file system.