renaming api

This commit is contained in:
talksik
2022-06-08 04:49:07 -05:00
parent 1a79fb4c36
commit 87be0e303f
16 changed files with 114 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import express from 'express';
const router = express.Router();
router.use(express.json());
router.post('/login', loginOrCreate);