Skip to content

Commit

Permalink
Fix dev URL for API
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Sep 16, 2024
1 parent 88ada73 commit 7b9c629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/jsx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class App extends React.Component {
}
<div className={this.state.selectedLearningCircle?'d-none':''}>
<SearchProvider
origin="http://localhost:8000"
origin="https://learningcircles.p2pu.org"
initialState={{team_id: 46}}
searchSubject={'learningCircles'}
locale="en"
Expand Down

0 comments on commit 7b9c629

Please sign in to comment.