Skip to content

Commit

Permalink
fs was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaind committed Oct 14, 2024
1 parent baa69be commit 60aff49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const { createClientFromSpec } = require('@stoplight/prism-http/dist/client');
const { createInstance} = require('@stoplight/prism-http');
const { parse } = require('url');
const path = require('path');
const fs = require('fs').promises;



let prism;

Expand Down

0 comments on commit 60aff49

Please sign in to comment.