Skip to content

Commit

Permalink
fix: pin pydantic version
Browse files Browse the repository at this point in the history
fix: trailing slash
  • Loading branch information
xgui3783 committed Dec 11, 2024
1 parent 13ca772 commit aa9ede4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ebrains-drive
pydantic<2.0
fastapi
fairgraph>=0.10.0
authlib
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import { Subject, debounceTime, map, merge, shareReplay } from 'rxjs';
{
provide: VOLUBA_APP_CONFIG,
useValue: {
uploadUrl: "https://zam12230.jsc.fz-juelich.de/bespoke-volis/",
uploadUrl: "https://zam12230.jsc.fz-juelich.de/bespoke-volis",
linearBackend: "https://voluba-backend.apps.tc.humanbrainproject.eu",
sxplrhost: "https://atlases.ebrains.eu/viewer"
} as VolubaAppConfig
Expand Down

0 comments on commit aa9ede4

Please sign in to comment.