Skip to content

Commit 7b59b97

Browse files
authored
Merge pull request #114 from CS3219-AY2425S1/cloud-fix
change
2 parents 47a2b38 + 7b3f8c0 commit 7b59b97

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)