You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
import{getScreenshot}from"./_lib/puppeteer";
2
2
3
3
module.exports=async(req,res)=>{
4
-
if(process.env.demo=="yes")returnres.status(403).send("The public instance of this API is now unavailable. You can deploy your own instance for free on Vercel here: https://s.vercel.app/deploy.");
4
+
if(process.env.demo=="yes")returnres.status(403).send("The public instance of this API is currently disabled. You can deploy your own instance for free on Vercel here: https://s.vercel.app/deploy.");
0 commit comments