production-evyos-systems-an.../ServicesApi/src/auth/token/refresh/refresh.controller.ts

5 lines
103 B
TypeScript

import { Controller } from '@nestjs/common';
@Controller('refresh')
export class RefreshController {}