mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat(admin): add stop toggle and badge to route editor UI
This commit is contained in:
parent
feada32e83
commit
ab98c84896
5 changed files with 24 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export interface Route {
|
|||
lang?: string;
|
||||
groupId?: string;
|
||||
fallback?: boolean;
|
||||
stop?: boolean;
|
||||
}
|
||||
|
||||
export interface Group {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue