fix: closing some issues from sonarqube
Some checks failed
Tests / Run Go Tests (push) Failing after 59s
Some checks failed
Tests / Run Go Tests (push) Failing after 59s
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
const DE_DATE string = "02.01.2006"
|
||||
const FILE_YEAR_MONTH string = "2006_01"
|
||||
|
||||
var PDF_DIRECTORY = helper.GetEnv("PDF_PATH", "/doc/") // TODO
|
||||
var PDF_DIRECTORY = helper.GetEnv("PDF_PATH", "/doc/")
|
||||
|
||||
func PDFCreateController(w http.ResponseWriter, r *http.Request) {
|
||||
helper.RequiresLogin(Session, w, r)
|
||||
|
||||
Reference in New Issue
Block a user