Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krokite committed May 23, 2021
1 parent 58cd4c3 commit 7c890d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ShortIDToken = 7 // Further added from 1st N char of AddFromToken+NodeID: tot
APITokenLength = 32
```

### Available Routes:
<details>
<summary>### Rest API Example:</summary>

1. Short URL redirector: `/:short_code_here`
2. API Routes:
Expand All @@ -67,8 +68,7 @@ APITokenLength = 32
>> {short_code_here} in the URL and Takes `Authorization: Bearer {token}` from Header
**Note:** Remember to implement `Auth` system of your own and Replace `APITokenLength` check with your own function.

### Rest API Example:
</details>

Please see the `rest.http` file to understand the request type in live details.

Expand Down

0 comments on commit 7c890d8

Please sign in to comment.