mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Update README.md
This commit is contained in:
parent
e39c6ee600
commit
0e0603326d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -20,12 +20,12 @@ The main entry point is `./src/api/spaceapi/controllers/spaceapi.ts`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
All the data for your endpoint could be added and modified
|
All endpoint data can be added or modified
|
||||||
with the [admin panel](http://localhost:1337/admin)
|
via the [admin panel](http://localhost:1337/admin)
|
||||||
or with the REST API.
|
or through the REST API.
|
||||||
|
|
||||||
You could use the [Strapi CLI](https://docs.strapi.io/cms/cli)
|
To list all available API endpoints,
|
||||||
to list all availible API endpoints:
|
use the [Strapi CLI](https://docs.strapi.io/cms/cli):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run strapi routes:list
|
npm run strapi routes:list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue