Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
added request response headers into request project
added API docs url to api dashboard
1 change: 1 addition & 0 deletions views/users/api.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<body class="text-center">
<h1>API dashboard</h1>
<a href="/users"><button type="button" class="btn btn-secondary">Go back</button></a>
<a href="http://docs.thenamelessdev.com/"><button type="button" class="btn btn-secondary">API docs</button></a>
<hr>
<h5>Create API key</h5>
<button id="createKey" type="button" class="btn btn-success">Create api key</button>
Expand Down