forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
63c3c3dfdd
commit
c0ad36193c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ gulp.task('doc:api:endpoints', async () => {
|
|||
}
|
||||
//console.log(files);
|
||||
files.forEach(file => {
|
||||
const ep = yaml.safeLoad(fs.readFileSync(file, 'utf-8'));
|
||||
const ep: any = yaml.safeLoad(fs.readFileSync(file, 'utf-8'));
|
||||
const vars = {
|
||||
endpoint: ep.endpoint,
|
||||
url: {
|
||||
|
|
Loading…
Reference in a new issue