Skip to content

Commit

Permalink
chore: deleting route
Browse files Browse the repository at this point in the history
  • Loading branch information
nexckycort committed Feb 4, 2021
1 parent ddf590b commit afeeb94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions src/api/routes/v1/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { Router } from 'express'

import test from './tests/test'
import signup from './access/signup'
import signin from './access/signin'
// import auth from '../../middleware/auth'

const router = Router({ caseSensitive: true })

router.use('/test', test)
router.use('/signup', signup)
router.use('/signin', signin)

Expand Down
9 changes: 0 additions & 9 deletions src/api/routes/v1/tests/test.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/services/tests/TestService.ts

This file was deleted.

0 comments on commit afeeb94

Please sign in to comment.