chore(docs): Strapi Class - reload

This commit is contained in:
nathan-pichon 2023-02-08 17:48:32 +01:00
parent 634845081c
commit 46cb652ba7
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -80,3 +80,9 @@ Stored paths of file system.
- `true`: Everything have been loaded
- `false`: There is something loading
### `strapi.reload`
Function to reload the app.
This function defines itself at the construction of the Strapi class.

View File

@ -104,12 +104,6 @@ class Strapi {
// Strapi state management variables
this.isLoaded = false;
// TODO put this in /docs/docs/API/Strapi
/*
function to reload the app
To define
*/
this.reload = this.reload();
// Instantiate the Koa app & the HTTP server