ResourceController
The ResourceController controller contains handler methods for loading resources.
Available endpoints:
| Endpoint | Description |
|---|---|
/service-worker.js | It will call serviceWorker handler method. This handler method is used to load service-worker.js file. |
/service-worker.js.map | It 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. |