Skip to content

Commit 99badc4

Browse files
authored
fix: resolve package-publishing api url (#273)
1 parent ac86b42 commit 99badc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/infrastructure/services/publishing-api-service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import { SemVersion } from '../../types/publish/version.js';
1616
import { ProfileId } from '../../types/publish/profile-id.js';
1717

1818
export class PublishingApiService {
19-
// TODO: Replace with prod base url
20-
private readonly apiBaseUrl = 'https://api.package-publishing.dev.apimatic.io/api' as const;
19+
private readonly apiBaseUrl = 'https://api.package-publishing.apimatic.io/api' as const;
2120
private readonly fileService = new FileService();
2221

2322
public async getPublishingProfiles(

0 commit comments

Comments
 (0)