Skip to content

Commit

Permalink
changed-urls-and-defaultport
Browse files Browse the repository at this point in the history
  • Loading branch information
catosaurusrex2003 committed Oct 1, 2024
1 parent a3f6fe0 commit 0428e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/studio/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress';

export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3001',
baseUrl: 'http://localhost:3000',
retries: {
runMode: 1,
openMode: 1,
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/src/services/server-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface ServerAPIProblem {
}

export class ServerAPIService extends AbstractService {
private serverPath = 'http://localhost:3001/api/v1';
private serverPath = 'https://api.asyncapi.com/v1';

async generate(data: {
asyncapi: string | Record<string, any>,
Expand Down

0 comments on commit 0428e0f

Please sign in to comment.