Add test images (#165)
This commit is contained in:
parent
fc6f1f5228
commit
ed1862dab8
BIN
public/test128.png
Normal file
BIN
public/test128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
public/test256.png
Normal file
BIN
public/test256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
public/test64.png
Normal file
BIN
public/test64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@ -10,6 +10,8 @@ const socketDebug = debug("socket");
|
||||
const app = express();
|
||||
const port = process.env.PORT || 80; // default port to listen
|
||||
|
||||
app.use(express.static("public"));
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
res.send("Excalidraw collaboration server is up :)");
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user