mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Include QR codes on the proposal page; added API route
This commit is contained in:
parent
75c7f49842
commit
531072d2aa
15 changed files with 191 additions and 21 deletions
|
@ -351,6 +351,7 @@ class Payout(base):
|
|||
|
||||
@staticmethod
|
||||
def get_payouts(proposal_id):
|
||||
from funding.factory import db_session
|
||||
return db_session.query(Payout).filter(Payout.proposal_id == proposal_id).all()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue