Sasidhar commited on
Commit
86f878d
·
verified ·
1 Parent(s): 663b674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -79,3 +79,7 @@ async def check_guardrails(request: CheckRequest):
79
  @app.get("/")
80
  def home():
81
  return {"Msg": "This is a LLM Gaurdrails!"}
 
 
 
 
 
79
  @app.get("/")
80
  def home():
81
  return {"Msg": "This is a LLM Gaurdrails!"}
82
+
83
+ @app.get("/gaurdrails/test")
84
+ def test():
85
+ return {"Msg": "This is a Test!"}