Skip to content

Commit ba2577d

Browse files
committed
Update server.js
1 parent 9bd1276 commit ba2577d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ app.use('/api/books', booksRoute);
2727
app.use('/api/users', usersRoute);
2828

2929
app.get('/', (req, res) => {
30-
res.send('Welcome to LibrisAPI. If you visit for the first time, you should want to read the documentation at <a>https://librisapi.necoti.dev</a>');
30+
res.send('Welcome to LibrisAPI. If you visit for the first time, you should want to read the documentation at <a>https://docs.librisapi.necoti.dev</a>');
3131
});
3232

3333
app.listen(port, () => {

0 commit comments

Comments
 (0)