Barebones matrix media proxy

This commit is contained in:
Cadence Ember
2024-09-13 03:16:03 +12:00
parent eaa3b87670
commit b45d0f3038
9 changed files with 169 additions and 44 deletions

5
src/web/server.js Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
const {sync, as} = require("../passthrough")
sync.require("./routes/download-matrix")