adityabisoi/json-hub

Make endpoints clickable

Closed this issue · 2 comments

Describe the bug -
Make endpoint methods clickable.

Ex: Clicking on GET /photos/, the endpoint must open in a new tab, with the URI http://localhost:5000/photos/

I would like to work on this issue under GSSOC`22. Please assign it to me.

@adityabisoi one way i can think of to wrap the endpoints with an a tag, any suggestions from your side?