mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
const supertest = require("supertest");
|
|
const request = supertest("http://localhost:1870");
|