mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
wip: evaluation/tests endpoint
This commit is contained in:
parent
84430e9980
commit
3dc9a6eb1d
|
@ -6,7 +6,7 @@ import { Get, /*Patch, Post,*/ RestController } from '@/decorators';
|
|||
import { TestsService } from './tests.service';
|
||||
import { TestsRequest } from './tests.types';
|
||||
|
||||
@RestController('/tests')
|
||||
@RestController('/evaluation/tests')
|
||||
export class TestsController {
|
||||
constructor(private readonly testsService: TestsService) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue