|
@@ -15,7 +15,6 @@ def write_notification(name: str):
|
|
with open("access.log", mode="w") as log_file:
|
|
with open("access.log", mode="w") as log_file:
|
|
log_file.write(f"Accessed: {name}")
|
|
log_file.write(f"Accessed: {name}")
|
|
|
|
|
|
-
|
|
|
|
@app.get("/")
|
|
@app.get("/")
|
|
async def root():
|
|
async def root():
|
|
ontologies = [file_path.name for file_path in data_path.glob("*")]
|
|
ontologies = [file_path.name for file_path in data_path.glob("*")]
|