deploy vercel1

This commit is contained in:
unknown 2025-06-05 03:52:44 +07:00
parent f7682c1d1f
commit 3ad2cd04be
1 changed files with 8 additions and 4 deletions

View File

@ -107,8 +107,12 @@ const swaggerOptions = {
servers: [
{
url: 'https://backend-sistem-pakar-diagnosa-penya.vercel.app',
description: 'Deployed on Vercel',
description: 'Production Server'
},
{
url: 'http://localhost:5000',
description: 'Development Server'
}
],
components: {
securitySchemes: {