Skip to content

Commit 82efff9

Browse files
authored
Update src/pages/gen2/build-a-backend/data/connect-to-API/index.mdx
1 parent 71cd3b6 commit 82efff9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen2/build-a-backend/data/connect-to-API

1 file changed

+1
-1
lines changed

src/pages/gen2/build-a-backend/data/connect-to-API/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When you deploy you're iterating on your backend (`npx amplify sandbox`), an `am
3838
import { Amplify } from 'aws-amplify';
3939
import outputs from '../amplify_outputs.json';
4040

41-
Amplify.configure(config);
41+
Amplify.configure(outputs);
4242
```
4343

4444
## Generate the Amplify Data client

0 commit comments

Comments
 (0)