mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fix: released and public app loading (#12247)
This commit is contained in:
parent
cadb639fac
commit
37f76e386b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { FEATURE_KEY } from './constants';
|
|||
import { AbilityDecorator as Ability, AppAbility } from '@modules/app/decorators/ability.decorator';
|
||||
import { AppDecorator as App } from '@modules/app/decorators/app.decorator';
|
||||
import { App as AppEntity } from '@entities/app.entity';
|
||||
import { AppAuthGuard } from '@ee/apps/guards/app-auth.guard';
|
||||
import { AppAuthGuard } from './guards/app-auth.guard';
|
||||
import { ValidSlugGuard } from './guards/valid-slug.guard';
|
||||
import { ValidAppGuard } from './guards/valid-app.guard';
|
||||
import { IAppsController } from './interfaces/IController';
|
||||
|
|
|
|||
Loading…
Reference in a new issue