Skip to content

Commit

Permalink
Remove body-parser deps in example (#845)
Browse files Browse the repository at this point in the history
* chore: remove unused body-parser for examples/1-standard

* chore: remove body-parser for examples/2-standard-multiple-api-specs

* chore: remove unused body-parser for examples/3-eov-operations

* chore: remove unused body-parser for examples/4-eov-operations-babel

* chore: remove body-parser for examples/5-custom-operation-resolver

* chore: remove body-parser for examples/6-multi-file-spec

* chore: remove body-parser for examples/7-response-date-serialization

* chore: remove body-parser for examples/8-top-level-discriminator
  • Loading branch information
yutak23 authored Aug 16, 2023
1 parent d029401 commit c73b7c1
Show file tree
Hide file tree
Showing 24 changed files with 15,580 additions and 2,350 deletions.
1 change: 0 additions & 1 deletion examples/1-standard/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const express = require('express');
const path = require('path');
const bodyParser = require('body-parser');
const http = require('http');
const { Pets } = require('./services');
const OpenApiValidator = require('express-openapi-validator');
Expand Down
Loading

0 comments on commit c73b7c1

Please sign in to comment.