Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Code clean up, better structure for controllers, more info on index.
Browse files Browse the repository at this point in the history
  • Loading branch information
themaxsandelin committed Oct 8, 2018
1 parent 18d6af9 commit 36f1b58
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 364 deletions.
2 changes: 1 addition & 1 deletion src/controllers/gru.js → src/controllers/gru/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Route manager for /compulsory.
// Route manager for /gru.
const router = require('express').Router()

router.get('/', (req, res) => {
Expand Down
335 changes: 0 additions & 335 deletions src/controllers/gym.js

This file was deleted.

Loading

0 comments on commit 36f1b58

Please sign in to comment.