added the Todos query

This commit is contained in:
Samuel Andert
2023-08-25 11:50:36 +02:00
parent 842cd376cc
commit 8d4b217c99
4 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,6 @@
import axios from 'axios';
import fs from 'fs';
import dotenv from 'dotenv';
dotenv.config();
export async function fetchSchemas() {