Skip to content

Commit

Permalink
weiofjwefi
Browse files Browse the repository at this point in the history
  • Loading branch information
klhftco committed Nov 5, 2024
1 parent d12b714 commit 838f7fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import Landing from "@/app/Landing";
import Layout from "@/components/Layout";
import PinsProvider from "@/components/PinsProvider";

const t: Number[] = [];
console.log(t[0]);

const Class = {
Enrollment: lazy(() => import("@/components/Class/Enrollment")),
Grades: lazy(() => import("@/components/Class/Grades")),
Expand Down Expand Up @@ -175,9 +178,6 @@ const client = new ApolloClient({
});

export default function App() {
const t: Number[] = [];
console.log(t[0]);

return (
<ApolloProvider client={client}>
<ThemeProvider>
Expand Down
2 changes: 1 addition & 1 deletion infra/app/templates/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
value: "_"
readinessProbe:
httpGet:
path: "/api"
path: "/api/graphql"
port: {{ .Values.backend.port }}
initialDelaySeconds: 5
periodSeconds: 5
Expand Down

0 comments on commit 838f7fb

Please sign in to comment.