Compare View
Commits (2)
Showing
1 changed file
Show diff stats
app/library/App/Resources/AllPositionResource.php
| ... | ... | @@ -268,12 +268,12 @@ class AllPositionResource extends ApiResource |
| 268 | 268 | ], |
| 269 | 269 | ]) |
| 270 | 270 | ->exampleResponse([ |
| 271 | - "2017-02-13" => "0.2", | |
| 272 | - "2017-02-15" => "0.2", | |
| 273 | - "2017-02-20" => "0.3", | |
| 274 | - "2017-02-26" => "0.3", | |
| 275 | - "2017-03-06" => "0.3", | |
| 276 | - "2017-03-12" => "0.2" | |
| 271 | + "2017-02-13", | |
| 272 | + "2017-02-15", | |
| 273 | + "2017-02-20", | |
| 274 | + "2017-02-26", | |
| 275 | + "2017-03-06", | |
| 276 | + "2017-03-12" | |
| 277 | 277 | ]) |
| 278 | 278 | ->allow(AclRoles::USER) |
| 279 | 279 | ) | ... | ... |