pcpuma_unam_api/src/auth/auth.controller.ts

5 lines
97 B
TypeScript
Raw Normal View History

2022-04-21 21:31:26 +00:00
import { Controller } from '@nestjs/common';
@Controller('auth')
export class AuthController {}