aliases property

List<String> aliases
final

Alternative paths that will be matched to this route

Note that path is match first, then every aliases in order

Implementation

final List<String> aliases;