Fixed querying a specific article

This commit is contained in:
2021-01-30 03:13:23 +00:00
parent 31d85a1760
commit c582abb1e1
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ Run the SQL script `sql/create_database.sql`. This will set up an empty database
# API
```
//NOTE: GET will return null if a specific article can't be found
//NOTE: you can add a "limit" query parameter to change the default limit
GET /news?limit=10