1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Started core API route work

This commit is contained in:
Dan Brown
2019-12-28 14:58:07 +00:00
parent c055310507
commit 04137e7c98
8 changed files with 157 additions and 3 deletions

View File

@ -258,3 +258,6 @@ ALLOW_CONTENT_SCRIPTS=false
# Contents of the robots.txt file can be overridden, making this option obsolete.
ALLOW_ROBOTS=null
# The default and maximum item-counts for listing API requests.
API_DEFAULT_ITEM_COUNT=100
API_MAX_ITEM_COUNT=500