From 7280e4b0abc164b52a3b15ee820571152c4cedfa Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 19 Apr 2023 21:12:26 +0100 Subject: [PATCH] File to store constants --- src/constants.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/constants.ts diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..d041be8 --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,3 @@ + +export const templatesUrl = 'https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json'; +