init
This commit is contained in:
10
agent/src_main.py.j2
Normal file
10
agent/src_main.py.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
"""
|
||||
This is an api that says, "Hello!"
|
||||
"""
|
||||
return {"response": "Hello ! {{ node_name }} !"}
|
||||
Reference in New Issue
Block a user