Skip to content

Update package-lock.json#1

Open
readflairbot-eng wants to merge 1 commit into
mainfrom
readflairbot-eng-patch-1
Open

Update package-lock.json#1
readflairbot-eng wants to merge 1 commit into
mainfrom
readflairbot-eng-patch-1

Conversation

@readflairbot-eng

@readflairbot-eng readflairbot-eng commented Jan 7, 2026

Copy link
Copy Markdown
Owner

from flask import Flask, request, jsonify

app = Flask(iFlash)

@app.route("/chat", methods=["POST"])
def chat():
user = request.json["message"]
return jsonify({"reply": f"AI says: {user}"})

app.run(debug=True)

@readflairbot-eng readflairbot-eng left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant