mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 19:36:20 +00:00
Fix typo
This commit is contained in:
parent
5295c26063
commit
52a582f3f5
@ -28,7 +28,7 @@ The API logic of a plugin is located in `./plugins/content-manager`.
|
||||
The folders and files structure is the following:
|
||||
```
|
||||
/project
|
||||
└─── admin // Contains the needed files to display to display the admin panel
|
||||
└─── admin // Contains the plugin's front-end
|
||||
└─── config // Contains the configurations of the plugin
|
||||
| └─── routes.json // Contains the plugin's API routes
|
||||
└─── controllers // Contains the plugin's API controllers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user