We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5308d commit ffe1809Copy full SHA for ffe1809
app.py
@@ -3,7 +3,7 @@
3
4
from flask import Flask, render_template, request
5
6
-app = Flask(__name__)
+app = Flask(__name__,static_folder = "static", static_url_path='')
7
razorpay_client = razorpay.Client(auth=("<APP_ID>", "<APP_SECRET>"))
8
9
static/vk.jpg
1.55 KB
0 commit comments