Skip to content

Commit

Permalink
[Codegen] Fix gql schema url
Browse files Browse the repository at this point in the history
Was unintentionally merged
  • Loading branch information
schroda committed Jun 14, 2024
1 parent a9fc2f1 commit 7d1f2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gql_codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
overwrite: true,
schema: 'http://localhost:45670/api/graphql',
schema: 'http://localhost:4567/api/graphql',
documents: [
'src/lib/graphql/queries/**',
'src/lib/graphql/mutations/**',
Expand Down

0 comments on commit 7d1f2df

Please sign in to comment.