Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Jan 21, 2025
1 parent e555d87 commit c8b53ee
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion apps/agora/app/src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"appVersion": "4.0.0",
"csrApiUrl": "http://localhost:3333/v1",
"ssrApiUrl": "http://agora-api:3333/v1",
"rollbarToken": "e788198867474855a996485580b08d03",
"tagName": "agora/v0.0.2"
}
1 change: 0 additions & 1 deletion apps/agora/app/src/config/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"appVersion": "${APP_VERSION}",
"csrApiUrl": "${CSR_API_URL}",
"ssrApiUrl": "${SSR_API_URL}",
"rollbarToken": "${ROLLBAR_TOKEN}",
"tagName": "${TAG_NAME}"
}
1 change: 0 additions & 1 deletion libs/agora/config/src/lib/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export interface AppConfig {
isPlatformServer: boolean;
ssrApiUrl: string;
apiDocsUrl: string;
rollbarToken: string;
tagName: string;
}

Expand Down
2 changes: 1 addition & 1 deletion libs/agora/services/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export * from './lib/error.service';
export * from './lib/gene.service';
export * from './lib/github.service';
export * from './lib/helper.service';
export * from './lib/http-interceptor';
export * from './lib/http-error-interceptor';
export * from './lib/rollbar.service';
export * from './lib/synapse-api.service';

0 comments on commit c8b53ee

Please sign in to comment.