Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed '*' from AdminJSExpress import. See: SoftwareBrothers/adminjs-expressjs#111
  • Loading branch information
dickorydock authored May 17, 2023
1 parent d18fffe commit 3558069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Database, Resource } from '@adminjs/typeorm'
import { validate } from 'class-validator'

import AdminJS from 'adminjs'
import * as AdminJSExpress from '@adminjs/express'
import AdminJSExpress from '@adminjs/express'

Resource.validate = validate
AdminJS.registerAdapter({ Database, Resource })
Expand Down

0 comments on commit 3558069

Please sign in to comment.