rename sol.tool to sol.basetool

This commit is contained in:
Luk Lu
2021-06-20 11:55:49 +08:00
parent b86064375c
commit 31261b6330
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const fs = require('fs')
const path = require('path')
const tool = require('sol.tool')
const tool = require('sol.basetool')
const webtoken = require('sol.webtoken')
const express = require('express')