Update views.py
This commit is contained in:
parent
53d375efd5
commit
02261b1ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#add your dependencies here
|
#add your dependencies here
|
||||||
from flask import jsonify, render_template, request, redirect, url_for
|
from flask import jsonify, render_template, request, redirect, url_for
|
||||||
from lnbits.db import open_db, open_ext_db
|
from lnbits.db import open_db, open_ext_db
|
||||||
from lnbits.extensions.events import events_ext
|
from lnbits.extensions.example import example_ext
|
||||||
|
|
||||||
#add your endpoints here
|
#add your endpoints here
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue