Update doc url
This commit is contained in:
parent
5017b25c90
commit
8e127a8691
2
index.js
2
index.js
@ -3,7 +3,7 @@ const server = require("./api/server");
|
||||
server.get("/", (req, res) => {
|
||||
res.json({
|
||||
message: `API server for Dijkstra. :)`,
|
||||
documentation: `Check out: https://github.com/ruihildt/dijkstra/tree/completed-backend`
|
||||
documentation: `Check out: https://github.com/ruihildt/dijkstra`
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user