diff options
Diffstat (limited to 'shared/extra-utils/instances-index')
-rw-r--r-- | shared/extra-utils/instances-index/mock-instances-index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/instances-index/mock-instances-index.ts b/shared/extra-utils/instances-index/mock-instances-index.ts index c58e8bcf8..ea09c9f61 100644 --- a/shared/extra-utils/instances-index/mock-instances-index.ts +++ b/shared/extra-utils/instances-index/mock-instances-index.ts | |||
@@ -28,7 +28,7 @@ export class MockInstancesIndex { | |||
28 | }) | 28 | }) |
29 | }) | 29 | }) |
30 | 30 | ||
31 | app.listen(42100, () => res()) | 31 | app.listen(42101, () => res()) |
32 | }) | 32 | }) |
33 | } | 33 | } |
34 | 34 | ||