Skip to content

Commit

Permalink
fixing code issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 committed Mar 6, 2025
1 parent ef1a924 commit 1890119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatewayservice/gateway-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app.post('/askllm', async (req, res) => {
});

// Read the OpenAPI YAML file synchronously
openapiPath='./openapi.yaml'
const openapiPath='./openapi.yaml'
if (fs.existsSync(openapiPath)) {
const file = fs.readFileSync(openapiPath, 'utf8');

Expand Down

0 comments on commit 1890119

Please sign in to comment.