DeFactOfficial commited on
Commit
0bb8d5a
·
verified ·
1 Parent(s): e68b460

Update api.js

Browse files
Files changed (1) hide show
  1. api.js +1 -1
api.js CHANGED
@@ -274,7 +274,7 @@ app.post("/api/generate/image", async(req, res)=> {
274
 
275
 
276
  // Client webpages and storage for generated content
277
- app.use('/cdn', express.static("public"));
278
 
279
  const port = 6666;
280
  app.listen(port, () => {
 
274
 
275
 
276
  // Client webpages and storage for generated content
277
+ app.use('/', express.static("public"));
278
 
279
  const port = 6666;
280
  app.listen(port, () => {