Spaces:
Running
Running
DeFactOfficial
commited on
Commit
•
e189791
1
Parent(s):
0bb8d5a
Update api.js
Browse files
api.js
CHANGED
@@ -276,7 +276,7 @@ app.post("/api/generate/image", async(req, res)=> {
|
|
276 |
// Client webpages and storage for generated content
|
277 |
app.use('/', express.static("public"));
|
278 |
|
279 |
-
const port =
|
280 |
app.listen(port, () => {
|
281 |
console.log(`Listening on port ${port}`);
|
282 |
});
|
|
|
276 |
// Client webpages and storage for generated content
|
277 |
app.use('/', express.static("public"));
|
278 |
|
279 |
+
const port = 7860;
|
280 |
app.listen(port, () => {
|
281 |
console.log(`Listening on port ${port}`);
|
282 |
});
|