-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Move storagestats endpoint to proper controller #8800
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
Conversation
| public function getStorageStats(string $dir = '/'): JSONResponse { | ||
| try { | ||
| return new JSONResponse([ | ||
| 'status' => 'succes', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
success?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6a2bbe5 to
f52ba44
Compare
Codecov Report
@@ Coverage Diff @@
## master #8800 +/- ##
============================================
- Coverage 51.96% 51.96% -0.01%
- Complexity 25280 25283 +3
============================================
Files 1607 1607
Lines 94825 94827 +2
Branches 1377 1377
============================================
- Hits 49280 49279 -1
- Misses 45545 45548 +3
|
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and clean
For #8568