mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
feat(server): Update link in home route for docs
This commit is contained in:
parent
7f288cbaae
commit
0ae8fe3dea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = async function getRateRoute(fastify) {
|
|||
fastify.get('/', async function (req, res) {
|
||||
return res.status(200).send({
|
||||
message: 'Hello World!',
|
||||
documentation: 'https://github.com/Redume/Kekkai/wiki/',
|
||||
documentation: 'https://kekkai-docs.redume.su/',
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue