File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Console automatically generates OpenAPI documentation when running in debug mode
1681682 . ** Run Console** : Start the application with ` go run ./cmd/app/main.go `
1691693 . ** Access OpenAPI Spec** : The OpenAPI specification is automatically generated and available at:
170170 - JSON format: ` http://localhost:8181/openapi.json `
171- - The spec is also written to ` doc/openapi.json ` in your project directory
171+ - The spec is also written to ` doc/openapi.json ` in your project directory.
1721724 . ** To add API Documentation** : Check wiki ` https://github.com/device-management-toolkit/console/wiki/API-Documentation-to-Console `
173173
174174> ** Note** : OpenAPI generation only occurs in debug mode. Production builds will not expose these endpoints.
You can’t perform that action at this time.
0 commit comments