authRouter WIP

This commit is contained in:
rca 2024-06-16 16:07:04 +09:00
parent 791af377e9
commit 2facac47c9

View File

@ -0,0 +1,5 @@
import { Router, Request, Response } from 'express';
const router = Router();