Skip to content

Commit

Permalink
Fix api documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDVUNI committed Feb 10, 2023
1 parent 03a7131 commit 5c68b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app.get("/",(req,res)=>{
status:200,
message:"Ed Roh Admin Dashboard API in Node JS and Express 🤷‍♂️",
dashboard:"https://admin-frontend-02yo.onrender.com/",
api_documentation: "https://admin-backend-pq9g.onrender.com/management/performance/63701cc1f03239b7f700000e"
api_documentation: "https://documenter.getpostman.com/view/21884902/2s935soMqx"
})
})

Expand Down

0 comments on commit 5c68b88

Please sign in to comment.