Update documentation link to gitea format
This commit is contained in:
parent
10443bd011
commit
9e4d089c4e
2
index.js
2
index.js
@ -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://git.ruihildt.xyz/ruihildt/sleep-tracker-backend#api-documentation`
|
documentation: `https://git.ruihildt.xyz/ruihildt/sleep-tracker-backend#user-content-api-documentation`
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user