mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 03:06:37 +00:00
remove the current solution, add skills
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from api import router
|
||||
|
||||
app = FastAPI(
|
||||
title="GPS-Denied Desktop",
|
||||
description="GPS-denied UAV localization system",
|
||||
version="0.1.0",
|
||||
)
|
||||
|
||||
app.include_router(router, prefix="/api/v1")
|
||||
|
||||
|
||||
@app.get("/health")
|
||||
async def health_check():
|
||||
return {"status": "healthy"}
|
||||
|
||||
Reference in New Issue
Block a user