added default country
This commit is contained in:
@@ -150,9 +150,9 @@ def check_polish_wl(nip: str):
|
||||
}
|
||||
|
||||
|
||||
@app.get("/")
|
||||
def index():
|
||||
return render_template("company_data.html")
|
||||
@app.get("/company_data/<country>")
|
||||
def index(country):
|
||||
return render_template("company_data.html", country=country)
|
||||
|
||||
|
||||
@app.get("/api/company_lookup")
|
||||
|
||||
Reference in New Issue
Block a user