Platzi-Master-C9 / booking-services

This monorepo will hold all the packages for the backend teams.
13 stars 41 forks source link

[CORE] feat: Enable CORS #193

Open iam-oov opened 2 years ago

iam-oov commented 2 years ago

Description

We need to allow requests from a domain other than the server domain by activating the CORS middleware (for booking-ui).

Acceptance criteria