Files
pcpuma_unam_api/src/auth/auth.controller.ts
T

5 lines
97 B
TypeScript
Raw Normal View History

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