2
0
mirror of https://git.coolaj86.com/coolaj86/telebit-relay.js.git synced 2025-02-23 09:38:03 +00:00

5 lines
99 B
JavaScript
Raw Normal View History

'use strict';
module.exports = function () {
return "placeholder upgrade: nothing to do yet";
};