1
0
Fork 0

fix: debug endpoint when insecure API.

This commit is contained in:
Ludovic Fernandez 2019-12-04 15:28:07 +01:00 committed by Traefiker Bot
parent bc063ad773
commit ddbf4470a1
3 changed files with 18 additions and 0 deletions

View file

@ -28,6 +28,7 @@ func Test_createConfiguration(t *testing.T) {
API: &static.API{
Insecure: true,
Dashboard: true,
Debug: true,
},
Ping: &ping.Handler{
EntryPoint: "test",