Skip to content

Commit

Permalink
Remove API basePath for production
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Oct 9, 2024
1 parent eb9552e commit d45727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ingress:

config:
hostname: "https://mmli.fastapi.mmli1.ncsa.illinois.edu/"
basePath: "api/v1"
basePath: ""
signInUrl: "https://auth.platform.moleculemaker.org/oauth2/start?rd=https%3A%2F%2Fclean.platform.moleculemaker.org%2Fconfiguration"
signOutUrl: "https://auth.platform.moleculemaker.org/oauth2/sign_out?rd=https%3A%2F%2Fclean.platform.moleculemaker.org%2Fconfiguration"
userInfoUrl: "https://auth.platform.moleculemaker.org/oauth2/userinfo"
Expand Down

0 comments on commit d45727d

Please sign in to comment.