Skip to content

Commit

Permalink
fix(Constants.tsx): remove unnecessary curly braces from SERVER_BASE_…
Browse files Browse the repository at this point in the history
…URL string
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent c779906 commit d74ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-frontend/src/utils/Constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SCAN_ROW_PATH_NAME = "Scan Row";
export const SPIRAL_PATH_NAME = "Spiral";

export const MULTI_SERVER_BASE_URLS = [];
export const SERVER_BASE_URL: string = "${SERVER_BASE_URL}";
export const SERVER_BASE_URL: string = "$SERVER_BASE_URL";

/**
* Directions for the pieces
Expand Down

0 comments on commit d74ab2b

Please sign in to comment.