Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Oct 10, 2023
1 parent 236cada commit 9cbc8bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prizetap/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@
"get-linea-entries/",
LineaRaffleView.as_view(),
name="get-linea-entries",
),
path(
"set-linea-hash/<int:pk>/",
SetLineaTxHashView.as_view(),
name="set-linea-hash",
)
]

0 comments on commit 9cbc8bb

Please sign in to comment.