We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac86b42 commit 99badc4Copy full SHA for 99badc4
1 file changed
src/infrastructure/services/publishing-api-service.ts
@@ -16,8 +16,7 @@ import { SemVersion } from '../../types/publish/version.js';
16
import { ProfileId } from '../../types/publish/profile-id.js';
17
18
export class PublishingApiService {
19
- // TODO: Replace with prod base url
20
- private readonly apiBaseUrl = 'https://api.package-publishing.dev.apimatic.io/api' as const;
+ private readonly apiBaseUrl = 'https://api.package-publishing.apimatic.io/api' as const;
21
private readonly fileService = new FileService();
22
23
public async getPublishingProfiles(
0 commit comments