fix link to openapi json

This commit is contained in:
Georges-Antoine Assi
2025-12-02 21:42:31 -05:00
parent 88e6a3a2be
commit 76e60a1c11
+1 -1
View File
@@ -150,7 +150,7 @@ const rom = await api.get("/roms/123");
You can download the complete OpenAPI specification from your RomM instance:
```text
http://your-instance:3000/api/openapi.json
http://your-instance:3000/openapi.json
```
This specification can be imported into API testing tools like Postman, used to generate client libraries, or used for API mocking.