Update documentation url
This commit is contained in:
parent
27f2dd796c
commit
a689b54233
@ -43,7 +43,7 @@ server.use('/api/auth', authRoute);
|
|||||||
server.get('/', (req, res) => {
|
server.get('/', (req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
message: `Meeting Planner Backend API :)`,
|
message: `Meeting Planner Backend API :)`,
|
||||||
documentation: `Check out: https://git.armada.digital/meeting-planner/backend`,
|
documentation: `Check out: https://git.ruihildt.xyz/meeting-planner/backend`,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user