Skip to content

Commit

Permalink
Fix onion location
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Aug 14, 2022
1 parent 05ec1f2 commit 453278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const actions = {

export const getters = {
onionURL({ services, path, env }) {
if (env.onionHost) return env.onionHost
if (env.onionHost) return env.onionHost + path
const service = services["BitcartCC Admin Panel"]
return service ? service.hostname + path : ""
},
Expand Down

0 comments on commit 453278a

Please sign in to comment.