Skip to content

Commit

Permalink
fix ApiClient request URL for production
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 2, 2025
1 parent 004002e commit 77bcb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Input.setGlobalLabelClass('form-label d-block mb-1');
Input.setGlobalWrapper('div');
Input.setGlobalWrapperClass('form-group col col-md-3');

ApiClient.init('http://localhost:8000').then( (apiClient) => {
ApiClient.init().then( (apiClient) => {
const calendarSelect = new CalendarSelect( document.documentElement.lang || 'en-US' );
calendarSelect.allowNull()
.label({
Expand Down

0 comments on commit 77bcb57

Please sign in to comment.