Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lee committed Apr 19, 2024
1 parent 7f8e0bc commit 9146a37
Show file tree
Hide file tree
Showing 3 changed files with 1,822 additions and 1,130 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ located at http://localhost:8180.

To run the application against CollectionSpace services located on a different host, edit
index.html, and change the `serverUrl` configuration property. For example, to use a server running
on nightly.collectionspace.org, port 8180, use the settings:
on core.dev.collectionspace.org, use the settings:

```
cspaceUI({
serverUrl: 'http://nightly.collectionspace.org:8180',
serverUrl: 'https://core.dev.collectionspace.org',
// ...
});
```
Loading

0 comments on commit 9146a37

Please sign in to comment.