✌️
This commit is contained in:
parent
6089169a3c
commit
cd198d8fbf
@ -50,6 +50,14 @@ app.use((req, res, next) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// 互換性のため
|
||||||
|
app.post('/meta', (req, res) => {
|
||||||
|
res.header('Access-Control-Allow-Origin', '*');
|
||||||
|
res.json({
|
||||||
|
version: 'nighthike'
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register modules
|
* Register modules
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user