Browse Source

update docs

Maurits van der Schee 6 years ago
parent
commit
69e735acc9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -744,7 +744,7 @@ The 'fileUpload' middleware allows you to upload a file using a web form (multip
744 744
 Then this is handled as if you would have sent:
745 745
 
746 746
 ```
747
-POST http://localhost/api.php/categories
747
+POST http://localhost/api.php/records/categories
748 748
 {"icon_name":"not.gif","icon_type":"image\/gif","icon":"ZGF0YQ==","icon_error":0,"icon_size":4}
749 749
 ```
750 750
 

Loading…
Cancel
Save