Spaces:
Paused
Paused
JeremySD99
commited on
Commit
·
546f33e
1
Parent(s):
55403d7
Update server.js
Browse files
server.js
CHANGED
@@ -21,7 +21,7 @@ app.get("/", (req, res) => {
|
|
21 |
function getExternalUrl(spaceId) {
|
22 |
try {
|
23 |
const [username, spacename] = spaceId.split("/");
|
24 |
-
return `https
|
25 |
} catch (e) {
|
26 |
return "";
|
27 |
}
|
|
|
21 |
function getExternalUrl(spaceId) {
|
22 |
try {
|
23 |
const [username, spacename] = spaceId.split("/");
|
24 |
+
return `https://chat.openai.com/`;
|
25 |
} catch (e) {
|
26 |
return "";
|
27 |
}
|