Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/tutorial-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The API consists of the following methods:
| `DELETE` | `/api/robots/2` | Delete robot based on primary key |

## Application
As the application is simple, we will not implement any full MVC environment to develop it. In this case, we will use a [micro application](application-micro) application for our needs. The structure of the application is as follows:
As the application is simple, we will not implement any full MVC environment to develop it. In this case, we will use a [micro application](application-micro) for our needs. The structure of the application is as follows:

```php
my-rest-api/
Expand Down