Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak25 committed Jul 7, 2021
2 parents 4dd08c4 + b676afa commit 1efba3c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/core/src/http/explorer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import { DiscoveryService, MetadataScanner } from '@nestjs/core';
import { ROUTE_NAME } from './constants';
import { HttpMetadata } from './Metadata';
import { HttpMetadata } from './metadata';
import { PATH_METADATA } from '@nestjs/common/constants';
import { ConfigService } from '@nestjs/config';
import { join } from 'path';
Expand Down

0 comments on commit 1efba3c

Please sign in to comment.