The client app has image assets available in https://github.com/HTBox/TwoWeeksReady/tree/master/2wr-app/public/images folder. These images get published with the client app and can be referenced in certain items that are configurable within the Admin App.
An example of this is the Hazard Information. Each Hazard has a link to an icon that is used on the hazard list page:

Likewise, images are used in the hazard details screen and in the Before / During / After sections of hazard details.

The Admin App needs the ability to get the list of images available to the Client App. Once it has the list, allow admin users to pick from the list of available images when adding / editing Hazard Info.
The client app has image assets available in https://github.com/HTBox/TwoWeeksReady/tree/master/2wr-app/public/images folder. These images get published with the client app and can be referenced in certain items that are configurable within the Admin App.
An example of this is the Hazard Information. Each Hazard has a link to an icon that is used on the hazard list page:

Likewise, images are used in the hazard details screen and in the Before / During / After sections of hazard details.

The Admin App needs the ability to get the list of images available to the Client App. Once it has the list, allow admin users to pick from the list of available images when adding / editing Hazard Info.