fix(helpers/license): remove namespace in URL

This commit is contained in:
Ali BARIN
2025-04-23 07:57:56 +00:00
committed by Faruk AYDIN
parent f94aea6da4
commit 5432322208

View File

@@ -17,7 +17,7 @@ const getLicense = async () => {
return false;
}
const url = 'https://license.automatisch.io/internal/api/v1/licenses/verify';
const url = 'https://license.automatisch.io/api/v1/licenses/verify';
const cachedResponse = memoryCache.get(url);
if (cachedResponse) {