mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-19 18:21:30 +00:00
Better license mmanagment,small fixes
This commit is contained in:
parent
d38af999a5
commit
f55bd4bcd8
4 changed files with 172 additions and 90 deletions
|
|
@ -25,7 +25,7 @@ export class LicenseInterceptor implements HttpInterceptor {
|
|||
'snippet/syslogregex/list'
|
||||
];
|
||||
|
||||
constructor(private licenseService: LicenseService) {}
|
||||
constructor(private licenseService: LicenseService) { }
|
||||
|
||||
private isProEndpoint(url: string): boolean {
|
||||
return this.proEndpoints.some(endpoint => url.includes(endpoint));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue