mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 10:18:15 +08:00
allowing people to inject functions as custom middleware
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
"preserveCompilationContext": true,
|
||||
"copyToOutput": {
|
||||
"include": [
|
||||
"configuration.yaml"
|
||||
"middlewareConfiguration.yaml"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -57,7 +57,7 @@
|
||||
"Areas/**/Views",
|
||||
"appsettings.json",
|
||||
"web.config",
|
||||
"configuration.yaml"
|
||||
"middlewareConfiguration.yaml"
|
||||
]
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user