Fix General Info Model

This commit is contained in:
DomySh
2022-06-12 19:03:56 +02:00
parent d08a82e311
commit a568fbe5eb
3 changed files with 4 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ export const notification_time = 2000;
export type GeneralStats = {
services:number,
closed:number,
regex:number
regexes:number
}
export type Service = {
@@ -24,7 +24,6 @@ export type ServiceAddForm = {
port:number
}
export type ServerResponse = {
status:string
}