Merge pull request #8071 from backstage/feat/change-default-port
Change default port of backend from 7000 to 7007
This commit is contained in:
Vendored
+1
-1
@@ -34,7 +34,7 @@ export interface Config {
|
||||
legacyUseCaseSensitiveTripletPaths?: boolean;
|
||||
|
||||
/**
|
||||
* @example http://localhost:7000/api/techdocs
|
||||
* @example http://localhost:7007/api/techdocs
|
||||
* @visibility frontend
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user