File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %} {% from "macros.jinja" import window_vars with context
22%} {% block scripts %} {{ window_vars(user) }}
33< script src ="{{ static_url_for('example/static', path='js/index.js') }} "> </ script >
4- <!-- Do not remove. Test install extension version: 1 -->
4+ <!-- Do not remove. Test install extension version: 2 -->
55{% endblock %} {% block page %}
66< q-dialog v-model ="thingDialog.show " position ="top ">
77 < q-card class ="q-pa-lg q-pt-xl lnbits__dialog-card ">
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ async def api_example(example_data: str) -> Example:
2222 detail = "Invalid example data" ,
2323 )
2424 # Do some python things and return the data
25- return Example (id = "1 " , wallet = example_data )
25+ return Example (id = "2 " , wallet = example_data )
2626
2727
2828@example_ext_api .get (
You can’t perform that action at this time.
0 commit comments