Skip to content

Commit

Permalink
Merge pull request #26 from misterzik/development
Browse files Browse the repository at this point in the history
(Enhance)Struct:Infra-v3.1.20
  • Loading branch information
misterzik authored Jun 21, 2023
2 parents fc265cb + 9427253 commit f0a2c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 157 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misterzik/espressojs",
"version": "3.1.19",
"version": "3.1.20",
"description": "EspressoJS Introducing Espresso.JS, your ultimate Express configuration starting point and boilerplate. With its simplicity and lack of opinionation, EspressoJS offers plug-and-play configurations built on top of Express.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion routes/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @param {*} app - Vimedev.com Labs
*/

const clientController = require("./controllers");
const clientController = require("../../server/controllers");
const url = "/api/clients/";

module.exports = (app) => {
Expand Down
153 changes: 0 additions & 153 deletions server/controllers/client/client.controller.js

This file was deleted.

0 comments on commit f0a2c19

Please sign in to comment.