Skip to content

Commit c2a0072

Browse files
committed
change getBaseConfig & serviceError to relative ___location
1 parent 30a739a commit c2a0072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/exportSaddlebackService.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import axios, {
99
AxiosError,
1010
AxiosResponse,
1111
} from 'axios';
12-
import serviceError from 'global/api/serviceError';
13-
import getBaseConfig from 'global/api/getBaseConfig';
12+
import serviceError from '../../serviceError';
13+
import getBaseConfig from '../../getBaseConfig';
1414

1515
{{#each operations}}
1616
/**

0 commit comments

Comments
 (0)