This commit is contained in:
AdisakKanthawilang 2025-03-07 12:19:04 +07:00
parent ae07699006
commit 9d167d0050
3 changed files with 20 additions and 20 deletions

View file

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