Skip to content

Commit adb7571

Browse files
committed
feat: allow product to request interop privileges
1 parent 20457c8 commit adb7571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ptfpapi/fprun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def main() -> int:
157157
[
158158
web.get("/", handle_get_hello),
159159
web.get("/{name}", handle_get_hello),
160-
web.post("/api/v1/interop/add", handle_user_crud),
160+
web.post("/api/v1/interop/add", handle_interop_add),
161161
web.post("/api/v1/users/created", handle_user_crud),
162162
web.post("/api/v1/users/revoked", handle_user_crud),
163163
web.post("/api/v1/users/promoted", handle_user_crud),

0 commit comments

Comments
 (0)