Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paging parameter (page/skip/limit) handling. #174

Merged
merged 1 commit into from
Apr 21, 2018

Conversation

maniac103
Copy link
Contributor

Query parameters are present in req.query, req.params only contains
named parameters that are part of the actual URL.

Query parameters are present in req.query, req.params only contains
named parameters that are part of the actual URL.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
@digitaldan
Copy link
Contributor

thanks!

@digitaldan digitaldan merged commit 34a09b6 into openhab:master Apr 21, 2018
digitaldan added a commit that referenced this pull request Apr 21, 2018
digitaldan added a commit that referenced this pull request Apr 21, 2018
* Revert "Fix paging parameter (page/skip/limit) handling. (#174)"

This reverts commit 34a09b6.

* Revert "Specify HOST for express server to listen on #168 (#172)"

This reverts commit 8e95065.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants