We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e5769 commit 712c9baCopy full SHA for 712c9ba
README.md
@@ -72,6 +72,7 @@ Then follow these steps:
72
5. Start YALS:
73
1. Windows: Double click `YALS.exe` or run `.\YALS.exe` from the terminal (recommended)
74
2. macOS/Linux: Open a terminal and run `./YALS`
75
+6. Navigate to `http://<your URL>/docs` (ex. `http://localhost:5000/docs`) to view the YALS Scalar API documentation.
76
## Features
77
78
- OpenAI compatible API
api/server.ts
@@ -42,7 +42,7 @@ export function createApi() {
42
);
43
44
app.get(
45
- "/reference",
+ "/docs",
46
apiReference({
47
spec: {
48
url: "/openapi.json",
0 commit comments