We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/_admin/
On the microservice admin page the link text referencing the microservice admin page doesn't begin with an underscore while the actual URI does.
This:
<td><a href="#" class="hookAdmin">/admin</a></td>
Should be:
<td><a href="#" class="hookAdmin">/_admin</a></td>
Currently on line 1452 of hook.io/view/admin.html
hook.io/view/admin.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the microservice admin page the link text referencing the microservice admin page doesn't begin with an underscore while the actual URI does.
This:
Should be:
Currently on line 1452 of
hook.io/view/admin.html
The text was updated successfully, but these errors were encountered: