Skip to content

Commit d9f1ef6

Browse files
authored
test: fix the test case (#7777)
1 parent 3da5bec commit d9f1ef6

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/bff-corss-project/bff-indep-client-app/src/base

1 file changed

+1
-1
lines changed

tests/integration/bff-corss-project/bff-indep-client-app/src/base/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import innerHello from '@api/lambda/index';
1+
import innerHello from '@api/index';
22
import { configure as innerConfigure } from '@modern-js/plugin-bff/client';
33
import type { AxiosRequestHeaders as Headers, Method } from 'axios';
44
import axios from 'axios';

0 commit comments

Comments
 (0)