update naming convention of repository

This commit is contained in:
Amruth Pillai
2026-01-20 01:22:00 +01:00
parent 3d1334f7d9
commit 7e5597271b
19 changed files with 35 additions and 63 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async function handler({ request }: { request: Request }) {
title: "Reactive Resume",
version: "5.0.0",
description: "Reactive Resume API",
license: { name: "MIT", url: "https://github.com/AmruthPillai/Reactive-Resume/blob/main/LICENSE" },
license: { name: "MIT", url: "https://github.com/amruthpillai/reactive-resume/blob/main/LICENSE" },
contact: { name: "Amruth Pillai", email: "hello@amruthpillai.com", url: "https://amruthpillai.com" },
},
servers: [{ url: `${env.APP_URL}/api/openapi` }],