Skip to content

Commit

Permalink
feat(gui): remove ADMIN_GUI_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaoyan committed Sep 18, 2024
1 parent 51433fb commit ac07523
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 ac07523

Please sign in to comment.