feat: Adds Auth Admin API to medusa-js (#917)

This commit is contained in:
Oliver Windall Juhl
2021-12-13 19:35:57 +01:00
committed by GitHub
parent 34ad5bbd4e
commit 5c47184b10
5 changed files with 81 additions and 31 deletions
+1
View File
@@ -15,6 +15,7 @@ export default (container, config) => {
return app
}
export * from "./routes/admin/auth"
export * from "./routes/admin/notifications"
export * from "./routes/admin/store"
export * from "./routes/admin/variants"