ws test
This commit is contained in:
parent
b1b8ea3c33
commit
ae07699006
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export class PermissionController extends Controller {
|
||||||
private orgRevisionRepository = AppDataSource.getRepository(OrgRevision);
|
private orgRevisionRepository = AppDataSource.getRepository(OrgRevision);
|
||||||
private redis = require("redis");
|
private redis = require("redis");
|
||||||
|
|
||||||
@Get("")
|
@Get("list")
|
||||||
public async getPermission(@Request() request: RequestWithUser) {
|
public async getPermission(@Request() request: RequestWithUser) {
|
||||||
const redisClient = await this.redis.createClient({
|
const redisClient = await this.redis.createClient({
|
||||||
host: REDIS_HOST,
|
host: REDIS_HOST,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue