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);
|
//console.log(files);
|
||||||
files.forEach(file => {
|
files.forEach(file => {
|
||||||
const ep = yaml.safeLoad(fs.readFileSync(file, 'utf-8'));
|
const ep: any = yaml.safeLoad(fs.readFileSync(file, 'utf-8'));
|
||||||
const vars = {
|
const vars = {
|
||||||
endpoint: ep.endpoint,
|
endpoint: ep.endpoint,
|
||||||
url: {
|
url: {
|
||||||
|
|
Loading…
Reference in a new issue