Skip to content

Commit ffe1809

Browse files
author
gaurav
committed
added static image
1 parent 2b5308d commit ffe1809

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from flask import Flask, render_template, request
55

6-
app = Flask(__name__)
6+
app = Flask(__name__,static_folder = "static", static_url_path='')
77
razorpay_client = razorpay.Client(auth=("<APP_ID>", "<APP_SECRET>"))
88

99

static/vk.jpg

1.55 KB
Loading

0 commit comments

Comments
 (0)