mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Use TUS utilities for backup upload
This commit is contained in:
@@ -65,7 +65,7 @@ export class TestServer extends EventEmitter {
|
||||
typeof address === 'object' && address != null,
|
||||
'address must be an object'
|
||||
);
|
||||
return `http://localhost:${address.port}/}`;
|
||||
return `http://localhost:${address.port}/`;
|
||||
}
|
||||
|
||||
respondWith(status: number, headers: OutgoingHttpHeaders = {}): void {
|
||||
|
||||
Reference in New Issue
Block a user