Skip to content

Commit

Permalink
fix(shared): theme service port conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed May 5, 2023
1 parent ec5714c commit 3736452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/constants/services.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export enum ServicesEnum {

export enum ServicePorts {
core = 2330,
themes = 2331,
themes = 2303,
}

0 comments on commit 3736452

Please sign in to comment.