mirror of
https://github.com/strapi/strapi.git
synced 2025-12-01 01:22:01 +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:
|
The folders and files structure is the following:
|
||||||
```
|
```
|
||||||
/project
|
/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
|
└─── config // Contains the configurations of the plugin
|
||||||
| └─── routes.json // Contains the plugin's API routes
|
| └─── routes.json // Contains the plugin's API routes
|
||||||
└─── controllers // Contains the plugin's API controllers
|
└─── controllers // Contains the plugin's API controllers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user