We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126d4d6 commit 58e76f0Copy full SHA for 58e76f0
k8s/main.ts
@@ -27,7 +27,7 @@ export class MyChart extends PennLabsChart {
27
ingress: {
28
rules: [{
29
host: "pennmobile.org",
30
- paths: ["/notifications"],
+ paths: ["/api/notifications"],
31
}],
32
...ingressProps,
33
}
0 commit comments