Merge pull request #8071 from backstage/feat/change-default-port

Change default port of backend from 7000 to 7007
This commit is contained in:
Fredrik Adelöw
2021-11-22 15:58:48 +01:00
committed by GitHub
77 changed files with 171 additions and 137 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export interface Config {
legacyUseCaseSensitiveTripletPaths?: boolean;
/**
* @example http://localhost:7000/api/techdocs
* @example http://localhost:7007/api/techdocs
* @visibility frontend
* @deprecated
*/