mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Try to fix loon bug
This commit is contained in:
@@ -113,6 +113,9 @@ $app.route("/")
|
||||
})
|
||||
.options(async (req, res) => {
|
||||
res.status(200).end();
|
||||
})
|
||||
.all(async (req, res) => {
|
||||
res.send("Hello from sub-store, made with ❤️ by Peng-YM");
|
||||
});
|
||||
|
||||
$app.start();
|
||||
|
||||
2
backend/sub-store.min.js
vendored
2
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user