nginx-ui/app/src/constants/errors/nginx.ts
2025-04-20 22:02:29 +08:00

4 lines
113 B
TypeScript

export default {
50001: () => $gettext('Block is nil'),
50002: () => $gettext('Reload nginx failed: {0}'),
}