fix:memperbarui app dan swager

This commit is contained in:
unknown 2025-06-16 23:26:13 +07:00
parent db83fb1c2f
commit 5c2a2fc21d
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ initializeDatabase()
.then(() => {
app.listen(PORT, () => {
console.log(`Server running on port ${PORT}`);
console.log(`Swagger UI available at http://localhost:${PORT}/api-sibayam`);
console.log(`Swagger UI available at http://202.74.74.214/api-sibayam/docs`);
});
})
.catch((error) => {

View File

@ -11,7 +11,7 @@ const swaggerOptions = {
},
servers: [
{
url: 'https://localhost:5000', // Development server URL
url: 'http://202.74.74.214/', // Development server URL
description: 'Production Server'
},
],