Skip to content

Commit

Permalink
Add v3 utils files in order to remove Route Summary (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanna-zhou authored Oct 27, 2020
1 parent 133e2dd commit 1aa9fd4
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/v3/RouteRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type Request from 'express';
import AnalyticsUtils from '../../utils/AnalyticsUtils';
import ApplicationRouter from '../../appdev/ApplicationRouter';
import LogUtils from '../../utils/LogUtils';
import RouteUtils from '../../utils/RouteUtils';
import RouteUtils from '../../utils/RouteUtilsV3';

class RouteRouter extends ApplicationRouter<Object> {
constructor() {
Expand Down
Loading

0 comments on commit 1aa9fd4

Please sign in to comment.