We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c2bdd commit 7b3f8c0Copy full SHA for 7b3f8c0
api-gateway/src/app.ts
@@ -14,7 +14,7 @@ import WebSocket from 'ws';
14
const app = express();
15
16
app.use(express.json());
17
-app.use(cors()); // configured so everyone can use
+app.use(cors()); // configured so any one can use!
18
app.options('*', cors());
19
20
// Logging middleware
0 commit comments