rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'

This commit is contained in:
luk.lu
2022-08-17 08:59:55 +08:00
parent c1acfe53fb
commit 77206c0131
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
const ws = require('ws')
const webtoken = require('basend-webtoken')
const webtoken = require('wo-base-webtoken')
const my = {
wssServer: undefined,