Skip to content

Commit 7b3f8c0

Browse files
committed
change
1 parent 39c2bdd commit 7b3f8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-gateway/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import WebSocket from 'ws';
1414
const app = express();
1515

1616
app.use(express.json());
17-
app.use(cors()); // configured so everyone can use
17+
app.use(cors()); // configured so any one can use!
1818
app.options('*', cors());
1919

2020
// Logging middleware

0 commit comments

Comments
 (0)