Spaces:
Sleeping
Sleeping
victormiller
commited on
Commit
•
f6ff462
1
Parent(s):
c15c7a5
Update main.py
Browse files
main.py
CHANGED
@@ -257,6 +257,7 @@ rt("/overview")(overview.overview)
|
|
257 |
rt("/curated")(curated.curated)
|
258 |
|
259 |
rt("/webdata")(web.web_data)
|
|
|
260 |
|
261 |
rt("/common")(common.common_steps)
|
262 |
|
|
|
257 |
rt("/curated")(curated.curated)
|
258 |
|
259 |
rt("/webdata")(web.web_data)
|
260 |
+
rt("/webdata/{target}")(web.update)
|
261 |
|
262 |
rt("/common")(common.common_steps)
|
263 |
|