From e93451121d4b77061fb5f73a3d84a48222b5f778 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 22 Apr 2023 21:02:04 +0100 Subject: [PATCH] Adds repo link to constants --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index d041be8..313316b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,3 +1,4 @@ export const templatesUrl = 'https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json'; +export const gitHubRepo = 'https://github.com/lissy93/portainer-templates'; \ No newline at end of file