mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-03 01:43:25 +08:00
feat (backend): Add backend API to get flow info for subscriptions
This commit is contained in:
@@ -66,6 +66,7 @@ function getEnv(req, res) {
|
||||
if (isLoon) backend = 'Loon';
|
||||
if (isSurge) backend = 'Surge';
|
||||
res.json({
|
||||
status: 200,
|
||||
backend,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user