File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
peerprep-fe/src/app/(main) Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010apiVersion : networking.k8s.io/v1
1111kind : Ingress
1212metadata :
13- name : nginx-ingress-session
13+ name : nginx-ingress-all
1414 annotations :
1515 kubernetes.io/ingress.global-static-ip-name : nginx-api
1616 networking.gke.io/managed-certificates : peerprep-fe-cs3219-g11-nginx-all
@@ -19,7 +19,7 @@ metadata:
1919spec :
2020 ingressClassName : " gce"
2121 rules :
22- - host : peerprep-fe .duckdns.org
22+ - host : peerprep-mock-interview .duckdns.org
2323 http :
2424 paths :
2525 - path : /*
Original file line number Diff line number Diff line change 11'use client' ;
22import MainComponent from './components/Main' ;
33
4- // home component
4+ // home component with main component
55export default function Home ( ) {
66 return < MainComponent /> ;
77}
You can’t perform that action at this time.
0 commit comments