From 5f5087db7e6fe91d397d48cc512f068b5e53eee1 Mon Sep 17 00:00:00 2001
From: "ignacio.bengoa" <ignacio.bengoa@fing.edu.uy>
Date: Thu, 21 Oct 2021 16:53:55 -0300
Subject: [PATCH] Auth controller created

---
 src/Controllers/AuthController.ts | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 src/Controllers/AuthController.ts

diff --git a/src/Controllers/AuthController.ts b/src/Controllers/AuthController.ts
new file mode 100644
index 0000000..9cd2f91
--- /dev/null
+++ b/src/Controllers/AuthController.ts
@@ -0,0 +1,5 @@
+import {
+  Handler, Request, Response, Router,
+} from 'express';
+
+const router = Router();
-- 
GitLab