Skip to content

Commit 2f8a4b0

Browse files
chore: update refactor and build tasks (#711)
1 parent 7288ce4 commit 2f8a4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Console automatically generates OpenAPI documentation when running in debug mode
168168
2. **Run Console**: Start the application with `go run ./cmd/app/main.go`
169169
3. **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.
172172
4. **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.

0 commit comments

Comments
 (0)