Skip to content

Commit

Permalink
fix(js-sdk): Changed reference to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jzanecook committed Nov 27, 2023
1 parent 949a177 commit 1fed2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/js/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import yaml from "js-yaml";
import express, { Router } from "express"; // <-- Import Router
import * as core from "express-serve-static-core";

import spec from "../agent-protocol/schemas/openapi.yml";
import spec from "../../../../schemas/openapi.yml";

export type ApiApp = core.Express;

Expand Down

0 comments on commit 1fed2e2

Please sign in to comment.