Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Mar 11, 2024
1 parent 2b91f47 commit a213e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker run -p 8000:8000 \
--rm kuzudb/api-server:latest
```

### Cross-Origin Resource Sharing (CORS)
#### Cross-Origin Resource Sharing (CORS)

By default, the API server is launched with CORS enabled for all origins. If you want to disable CORS, you can do so by setting the `CROSS_ORIGIN` environment variable to `false` as follows.

Expand Down

0 comments on commit a213e1a

Please sign in to comment.