Update documentation link

This commit is contained in:
ruihildt 2020-09-28 22:01:34 +00:00
parent 8346b7c20d
commit 10443bd011
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const server = require("./api/server");
server.get("/", (req, res) => { server.get("/", (req, res) => {
res.json({ res.json({
message: `API server for Sleep Tracker up and running. :)`, message: `API server for Sleep Tracker up and running. :)`,
documentation: `https://github.com/ruihildt/sleep-tracker-backend#api-documentation` documentation: `https://git.ruihildt.xyz/ruihildt/sleep-tracker-backend#api-documentation`
}); });
}); });