rebrand to useSend (#210)

This commit is contained in:
KM Koushik
2025-09-03 08:21:55 +10:00
committed by GitHub
parent b1a59d2705
commit 07c53d3f58
219 changed files with 1349 additions and 2835 deletions

View File

@@ -118,7 +118,7 @@ export function getApp() {
openapi: "3.0.0",
info: {
version: "1.0.0",
title: "Unsend API",
title: "useSend API",
},
servers: [{ url: `${env.NEXTAUTH_URL}/api` }],
}));