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
5 lines
99 B
JavaScript
|
'use strict';
|
||
|
module.exports = function () {
|
||
|
return "placeholder upgrade: nothing to do yet";
|
||
|
};
|