From f4136f2ed6d9d93632d6c194758bed256b9dd865 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 5 Jan 2023 13:04:20 +0100 Subject: [PATCH] chore(config): remove unused URL_PREFIX const --- src/constants/config.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/constants/config.ts diff --git a/src/constants/config.ts b/src/constants/config.ts deleted file mode 100644 index d4c236741..000000000 --- a/src/constants/config.ts +++ /dev/null @@ -1 +0,0 @@ -export const URL_PREFIX = '/api/v1' // _without_ slash at the end \ No newline at end of file -- 2.40.1