Spaces:
Sleeping
Sleeping
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 |
|