Skip to content

Commit

Permalink
[fix] repo link and readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
KoRsaR committed Aug 19, 2023
1 parent aae1490 commit 4b88541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ The Queue Manager Hermes API provides powerful features for managing queues of m
##### Endpoints
The api schema will be available at http://localhost:8090/schema

Certainly! Here's the provided information formatted as a table in `README.md` format:

| Action | Description | URL | Method | Payload/Parameters | Response |
|------------------------|--------------------------------------------------|----------------|--------|------------------------------------------------------------|----------------------------------|
| Create New Queue | Create a new queue with a specified name. | `/api/v1/queue/create` | POST | `{"name": "my-queue"}` | Status 201 Created |
Expand Down
2 changes: 1 addition & 1 deletion tpl/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span style="padding: 2px;">
{% block ext_navbar %}
{% endblock %}
<a href="#" class="github-link">
<a href="https://github.com/DimitriyKuschel/qm-hermes" class="github-link" target="_blank">
<img src="/static/img/github-mark-white.svg" alt="Project on GitHub" width="32px">
</a>
</span>
Expand Down

0 comments on commit 4b88541

Please sign in to comment.