You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-29 19:01:13 +03:00
Add more unit tests
This commit is contained in:
@ -6,9 +6,9 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// createDataFolders will recursively create these folders within the
|
||||
// CreateDataFolders will recursively create these folders within the
|
||||
// data folder defined in configuration.
|
||||
func createDataFolders() {
|
||||
func CreateDataFolders() {
|
||||
folders := []string{
|
||||
"access",
|
||||
"certificates",
|
||||
|
Reference in New Issue
Block a user