Skip to content

Commit

Permalink
fix: change routes public
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Sep 14, 2020
1 parent a59a83f commit 29bfbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/User/controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-unused-vars */
import { FilterQueryAttributes } from 'models'
import { Request, Response } from 'express'
import routes from 'routes/private'
import routes from 'routes/public'
import asyncHandler from 'helpers/asyncHandler'
import Authorization from 'middlewares/Authorization'
import UserService from './service'
Expand Down

0 comments on commit 29bfbf0

Please sign in to comment.