Change api

This commit is contained in:
Owen
2025-04-28 21:50:48 -04:00
parent f5a3fd7202
commit e236364124
4 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ export async function validateSupporterKey(
const { githubUsername, key } = parsedBody.data;
const response = await fetch(
"https://api.dev.fossorial.io/api/v1/license/validate",
"https://api.fossorial.io/api/v1/license/validate",
{
method: "POST",
headers: {