deploy vercel1
This commit is contained in:
parent
f7682c1d1f
commit
3ad2cd04be
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue