mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 22:29:02 +08:00
Try to fix loon bug
This commit is contained in:
parent
22914f792c
commit
966d1e6ab9
@ -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
Loading…
x
Reference in New Issue
Block a user