Skip to content

Commit

Permalink
crud controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Hage Yaapa committed Jan 31, 2019
1 parent 7367492 commit 668928b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions server/controllers/color.controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';

const generateController = require('../../lib/controller-generator.js');
exports.ColorController = generateController('color');
const generateCrudController = require('../../lib/crud-controller-generator.js');
exports.ColorController = generateCrudController('color');

0 comments on commit 668928b

Please sign in to comment.