mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-25 04:49:05 +01:00
Update README.md
This commit is contained in:
parent
2472698367
commit
5af1fa19b9
@ -137,6 +137,7 @@ You can generate the configuration of swagger-ui by running `go run github.com/s
|
|||||||
You need to move the generated `./api/doc.go` to `./internal/api/doc.go`.
|
You need to move the generated `./api/doc.go` to `./internal/api/doc.go`.
|
||||||
If you start cc-backend with flag `--dev` the Swagger UI is available at http://localhost:8080/swagger/ .
|
If you start cc-backend with flag `--dev` the Swagger UI is available at http://localhost:8080/swagger/ .
|
||||||
You have to enter a JWT key for a user with role API.
|
You have to enter a JWT key for a user with role API.
|
||||||
|
|
||||||
**NOTICE** The user owning the JWT token must not be logged in the same browser (have a running session), otherwise Swagger requests will not work. It is recommended to create a separate user that has just the API role.
|
**NOTICE** The user owning the JWT token must not be logged in the same browser (have a running session), otherwise Swagger requests will not work. It is recommended to create a separate user that has just the API role.
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
Loading…
Reference in New Issue
Block a user