Skip to content

Commit

Permalink
fix: apply feedback from Nora
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Mar 23, 2020
1 parent 082aaa7 commit 7b89558
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/validation-app/src/controllers/ping.controller.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// Copyright IBM Corp. 2020. All Rights Reserved.
// Node module: @loopback/example-validation-app
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

import {Request, RestBindings, get, ResponseObject} from '@loopback/rest';
import {inject} from '@loopback/context';
import {get, Request, ResponseObject, RestBindings} from '@loopback/rest';

/**
* OpenAPI response for ping()
Expand Down

0 comments on commit 7b89558

Please sign in to comment.