remove trailing slashes from api
use correct handler to provide server logs remove Baerer from Authorization header to compare it with known tokens fix wings-api.paw routes
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
const configFile = "../config.yml.example"
|
||||
const configFile = "../config.example.yml"
|
||||
|
||||
func TestLoadConfiguraiton(t *testing.T) {
|
||||
err := LoadConfiguration(configFile)
|
||||
|
||||
Reference in New Issue
Block a user