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 20457c8 commit adb7571Copy full SHA for adb7571
tests/ptfpapi/fprun.py
@@ -157,7 +157,7 @@ def main() -> int:
157
[
158
web.get("/", handle_get_hello),
159
web.get("/{name}", handle_get_hello),
160
- web.post("/api/v1/interop/add", handle_user_crud),
+ web.post("/api/v1/interop/add", handle_interop_add),
161
web.post("/api/v1/users/created", handle_user_crud),
162
web.post("/api/v1/users/revoked", handle_user_crud),
163
web.post("/api/v1/users/promoted", handle_user_crud),
0 commit comments