Skip to content

Commit

Permalink
Fix path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 5, 2023
1 parent 17e9c66 commit f1cdeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { camelCase, kebabCase, pascalCase, snakeCase } from 'change-case'
import { ESLint } from 'eslint'
import { format, resolveConfig } from 'prettier'

const rootClassPath = resolve('src', 'lib', 'seam', 'connect', 'client.ts')
const rootClassPath = resolve('src', 'lib', 'seam', 'connect', 'seam-http.ts')
const routeOutputPath = resolve('src', 'lib', 'seam', 'connect', 'routes')

const routePaths = [
Expand Down

0 comments on commit f1cdeda

Please sign in to comment.