refactor: rename urlFragment in routes

This commit is contained in:
Rainer Killinger
2022-01-14 10:48:19 +01:00
parent e26042957c
commit 8ed68481fa
12 changed files with 26 additions and 26 deletions

View File

@@ -66,6 +66,6 @@ export class SCIndexRoute extends SCAbstractRoute {
this.requestBodyName = 'SCIndexRequest';
this.responseBodyName = 'SCIndexResponse';
this.statusCodeSuccess = StatusCodes.OK;
this.urlFragment = '/';
this.urlPath = '/';
}
}