Skip to content

Commit

Permalink
Fix npm test by removing RouteDetectorFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Dec 21, 2019
1 parent dff32e6 commit f49ddf3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions generators/server/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,16 +566,6 @@ const serverFiles = {
}
]
},
{
condition: generator => generator.applicationType === 'gateway' && !generator.serviceDiscoveryType,
path: SERVER_MAIN_SRC_DIR,
templates: [
{
file: 'package/web/filter/RouteDetectorFilter.java',
renameTo: generator => `${generator.javaDir}web/filter/RouteDetectorFilter.java`
}
]
},
{
condition: generator => generator.applicationType === 'gateway' && generator.authenticationType === 'uaa',
path: SERVER_MAIN_SRC_DIR,
Expand Down

0 comments on commit f49ddf3

Please sign in to comment.