🌐 feat: enable cors

This commit is contained in:
Florian Hönicke
2023-05-15 10:54:32 +02:00
parent 53ae1d6f4c
commit 1b0c2d5461
3 changed files with 3 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ Description of the microservice:
context,
microservice_description,
condition_question='Does the microservice send requests to an API?',
question_gen='Generate a question that asks for the endpoint and an example of a request and response when interacting with the external API.',
question_gen='Generate a question that asks for the endpoint of the external API and an example of a request and response when interacting with the external API.',
extension_name='Example of API usage',
post_transformation_fn=translation(from_format='api instruction', to_format='python code snippet raw without formatting')
)