mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✌️
This commit is contained in:
parent
4786a15034
commit
807a88fb9d
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…
Add table
Reference in a new issue