Skip to content

Commit

Permalink
add link to official api endpoints readme
Browse files Browse the repository at this point in the history
  • Loading branch information
123xylem committed Sep 20, 2024
1 parent 9af3b09 commit 3b6c636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ app.get('/', (_req, res) => {
res.json({
apiOverview:
'Welcome to the Alfa-Leetcode-API! Alfa-Leetcode-Api is a custom solution born out of the need for a well-documented and detailed LeetCode API. This project is designed to provide developers with endpoints that offer insights into a user"s profile, badges, solved questions, contest details, contest history, submissions, and also daily questions, selected problem, list of problems.',
apiEndpointsLink:
'https://github.com/alfaarghya/alfa-leetcode-api?tab=readme-ov-file#endpoints-',
routes: {
userDetails: {
description:
Expand Down

0 comments on commit 3b6c636

Please sign in to comment.