Skip to content

Commit

Permalink
⚰️ code: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek committed Apr 18, 2024
1 parent 7f0a655 commit a589feb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions server/controllers/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use strict";

const myController = require("./my-controller");
const localazyUserController = require("./localazy-user-controller");
const localazyAuthController = require("./localazy-auth-controller");
const strapiController = require("./strapi-controller");
Expand All @@ -9,7 +8,6 @@ const localazyTransferController = require("./localazy-transfer-controller");
const localazyProjectController = require("./localazy-project-controller");

module.exports = {
myController,
localazyUserController,
localazyAuthController,
strapiController,
Expand Down
10 changes: 0 additions & 10 deletions server/controllers/my-controller.js

This file was deleted.

0 comments on commit a589feb

Please sign in to comment.