We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eace00 commit 5cfd10bCopy full SHA for 5cfd10b
templates/example/index.html
@@ -471,5 +471,5 @@
471
}
472
})
473
</script>
474
-<!-- Do not remove. Test install extension version: 1 -->
+<!-- Do not remove. Test install extension version: 2 -->
475
{% endblock %}
views_api.py
@@ -18,7 +18,7 @@
18
@example_ext_api.get("/test/{example_data}", description="Example API endpoint")
19
async def api_example(example_data: str) -> Example:
20
# Do some python things and return the data
21
- return Example(id="1", wallet=example_data)
+ return Example(id="2", wallet=example_data)
22
23
24
@example_ext_api.get("/vetted", description="Get the vetted extension readme")
0 commit comments