Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
bde9e316
Commit
bde9e316
authored
6 months ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
fix: typo
fix: redirect on signin
parent
f9281217
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/app/app.py
+7
-0
7 additions, 0 deletions
backend/app/app.py
features/exploring-features.feature
+1
-1
1 addition, 1 deletion
features/exploring-features.feature
with
8 additions
and
1 deletion
backend/app/app.py
+
7
−
0
View file @
bde9e316
...
...
@@ -95,6 +95,13 @@ if HOST_PATHNAME:
logger
.
info
(
f
"
listening on path
{
HOST_PATHNAME
}
, also falls back to root
"
)
_app
=
app
app
=
FastAPI
()
# necessary as /${HOST_PATHNAME} would result in 404
@app.get
(
HOST_PATHNAME
)
def
redirect
():
return
RedirectResponse
(
f
"
{
HOST_PATHNAME
}
/
"
)
app
.
mount
(
HOST_PATHNAME
,
_app
)
# fallback, also listen on root
...
...
This diff is collapsed.
Click to expand it.
features/exploring-features.feature
+
1
−
1
View file @
bde9e316
...
...
@@ -41,4 +41,4 @@ Feature: Exploring features
Scenario
:
User quitting checking out connectivity strength
Given
User checked out connectivity strength
When
User unselects the feature
Then
The connection strength color mapped atlas disap
e
pars, whilst the probabilistic map reappears.
Then
The connection strength color mapped atlas disapp
e
ars, whilst the probabilistic map reappears.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment