I'm a baka, Next.js routes can't start with underscores

This commit is contained in:
Xe Iaso 2024-10-03 10:17:30 -04:00
parent b543376207
commit 1036526e1c
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /_healthz path: /healthz
port: 3000 port: 3000
httpHeaders: httpHeaders:
- name: user-agent - name: user-agent