import { Controller } from '@nestjs/common';
@Controller('refresh')
export class RefreshController {}
Powered by TurnKey Linux.