Add PhotoPrism widget

This commit is contained in:
geckoflume 2023-02-04 18:58:26 +01:00 committed by shamoon
parent b96045eb8c
commit 551f521edd
6 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import photoprismProxyHandler from "./proxy";
const widget = {
proxyHandler: photoprismProxyHandler,
};
export default widget;