Update app.js
This commit is contained in:
@@ -23,7 +23,7 @@ app.use((req, res, next) => {
|
||||
if (req.path === '/up') {
|
||||
return next();
|
||||
}
|
||||
res.status(404).send('把浏览器地址改为:http://name.name.serv00.net/up 这样才能启动Serv00网页保活');
|
||||
res.status(404).send('把浏览器地址改为:http://你的serv00用户名.你的serv00用户名.serv00.net/up 这样才能启动Serv00网页保活');
|
||||
});
|
||||
|
||||
app.listen(3000, () => {
|
||||
|
||||
Reference in New Issue
Block a user