Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 22, 2021
2 parents 4ab85c2 + 71b215d commit 7fcb7fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[![Typeorm](https://img.shields.io/badge/Typeorm-0.2.31-informational?logo=typeorm&color=696969)](https://typeorm.io/#/)
[![Mocha](https://img.shields.io/badge/Mocha-8.0.3-informational?logo=mocha&color=696969)](https://mochajs.org)

[![Build Status](https://travis-ci.com/konfer-be/ts-express-typeorm.svg?token=DmbPFqq91BhwsJKVDsHw&branch=master)](https://travis-ci.com/konfer-be/ts-express-typeorm)
[![Coverage Status](https://coveralls.io/repos/github/konfer-be/ts-express-typeorm/badge.svg?branch=master)](https://coveralls.io/github/konfer-be/ts-express-typeorm?branch=master)
[![Build Status](https://travis-ci.com/konfer-be/ts-express-typeorm-boilerplate.svg?token=DmbPFqq91BhwsJKVDsHw&branch=master)](https://travis-ci.com/konfer-be/ts-express-typeorm)
[![Coverage Status](https://coveralls.io/repos/github/konfer-be/ts-express-typeorm-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/konfer-be/ts-express-typeorm?branch=master)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/konfer-be/ts-express-typeorm/master)
![Requires.io (branch)](https://img.shields.io/requires/github/konfer-be/ts-express-typeorm/master)
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/konfer-be/ts-express-typeorm)
Expand Down
3 changes: 3 additions & 0 deletions src/api/routes/v1/main.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ export class MainRouter extends Router {
*
* @apiHeader {String="application/json"} Content-Type Mime-type
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> release/v1.2.6
=======
>>>>>>> release/v1.2.7
*
* @apiHeaderExample {json} Request headers
* {
Expand Down

0 comments on commit 7fcb7fd

Please sign in to comment.