mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 16:46:07 +02:00
Create Register endpoint;
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Router } from "express";
|
||||
import { register } from "../controller/auth.controller";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.post("/register", register);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user