Skip to content

Commit

Permalink
add missing paramater
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Nov 29, 2022
1 parent 2368dbd commit 45364b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project was initially inspired by [zer0b.in](https://github.com/zer0bin-dev
| `/pastes/{paste_id}` | `GET` | Get information about a paste | None
| `/api/pastes/{paste_id}/raw` | `GET` | Get the raw paste | None
| `/api/stats` | `GET` | Does nothing | None
| `/pastes` | `POST` | Create a paste | `language` `content`
| `/pastes` | `POST` | Create a paste | `language`, `content`, `expiration`

## Installation

Expand Down

0 comments on commit 45364b7

Please sign in to comment.