Multiple fixes and added article get endpoint for authors
This commit is contained in:
@@ -9,7 +9,7 @@ var (
|
||||
ServerPort string
|
||||
|
||||
Address string
|
||||
Path string
|
||||
SubPath string
|
||||
|
||||
DatabaseFile string
|
||||
FrontendDir string
|
||||
@@ -21,7 +21,7 @@ func init() {
|
||||
ServerPort = os.Getenv("SERVER_PORT")
|
||||
|
||||
Address = os.Getenv("ADDRESS")
|
||||
Path = os.Getenv("Path")
|
||||
SubPath = os.Getenv("SUBPATH")
|
||||
|
||||
DatabaseFile = os.Getenv("DATABASE_FILE")
|
||||
FrontendDir = os.Getenv("FRONTEND_DIR")
|
||||
|
||||
Reference in New Issue
Block a user