Skip to content

Commit

Permalink
feat(gui): remove ADMIN_GUI_URL (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaoyan authored Oct 14, 2024
1 parent b166324 commit 404f3ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ const getConfig = <T>(key: string, defaultValue: T): T => {

export const config = {

get ADMIN_GUI_URL() {
return getConfig<string | null>('ADMIN_GUI_URL', null)
},

get ADMIN_GUI_PATH() {
return getConfig<string>('ADMIN_GUI_PATH', '/')
},
Expand Down

0 comments on commit 404f3ba

Please sign in to comment.