chatroom-cli 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16122,7 +16122,8 @@ var init_cors = __esm(() => {
|
|
|
16122
16122
|
CORS_HEADERS = {
|
|
16123
16123
|
"Access-Control-Allow-Origin": "*",
|
|
16124
16124
|
"Access-Control-Allow-Methods": "GET, POST, OPTIONS",
|
|
16125
|
-
"Access-Control-Allow-Headers": "Content-Type"
|
|
16125
|
+
"Access-Control-Allow-Headers": "Content-Type",
|
|
16126
|
+
"Access-Control-Allow-Private-Network": "true"
|
|
16126
16127
|
};
|
|
16127
16128
|
});
|
|
16128
16129
|
|