互換性を追加

This commit is contained in:
syuilo 2018-10-08 08:58:12 +09:00
parent 922e81bb63
commit 9b3ee7cae6

View File

@ -30,6 +30,9 @@ module.exports = (server: http.Server) => {
type = payload.type;
payload = payload.body;
}
if (type.startsWith('api:')) {
type = payload.type.replace('api:', 'api-res:');
}
connection.send(JSON.stringify({
type: type,
body: payload