mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: remove unused import
This commit is contained in:
parent
53a5cea3a1
commit
bfe84bc9a4
@ -14,7 +14,6 @@ import { IUnleashServices } from '../../types/services';
|
||||
import ContextService from '../../services/context-service';
|
||||
import { Logger } from '../../logger';
|
||||
import { IAuthRequest } from '../unleash-types';
|
||||
import { IConstraint } from 'lib/types/model';
|
||||
|
||||
class ContextController extends Controller {
|
||||
private logger: Logger;
|
||||
|
@ -110,7 +110,7 @@ export default class ProjectFeaturesController extends Controller {
|
||||
DELETE_FEATURE_STRATEGY,
|
||||
);
|
||||
this.post(
|
||||
`${PATH_FEATURE}/validate-constraint`,
|
||||
`${PATH_FEATURE}/constraint/validate`,
|
||||
this.validateConstraint,
|
||||
NONE,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user