Skip to content

Commit 7ea41df

Browse files
committed
Update packages
1 parent 4c6c3e2 commit 7ea41df

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
run: uv python install
1515
- run: |
16-
uv run plain compile
16+
uv run plain build
1717
uv run plain test
1818
env:
1919
PLAIN_DEBUG: true

app/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def get(self):
2323

2424
@register_router
2525
class Router(RouterBase):
26+
namespace = ""
2627
urls = [
2728
path("json/", ExampleJsonView),
2829
path("text/", ExamplePlaintextView),

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)