Very basic nextage support (for now).

This commit is contained in:
DitFranXX
2021-04-26 02:51:22 +09:00
parent 5797c2ca97
commit 770ac0c66b
4 changed files with 65 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function register() {
// Helper for register multiple versions.
R.Route(`exchain_${method}`, handler);
R.Route(`matixx_${method}`, handler);
// TODO: NEXTAGE
R.Route(`nextage_${method}`, handler)
// TODO: TB, TBRE and more older version?
};