This commit is contained in:
AdisakKanthawilang 2025-03-07 12:12:38 +07:00
parent b1b8ea3c33
commit ae07699006

View file

@ -32,7 +32,7 @@ export class PermissionController extends Controller {
private orgRevisionRepository = AppDataSource.getRepository(OrgRevision);
private redis = require("redis");
@Get("")
@Get("list")
public async getPermission(@Request() request: RequestWithUser) {
const redisClient = await this.redis.createClient({
host: REDIS_HOST,