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