Skip to content

Commit

Permalink
docs(be): add pre-scripts for login
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon1020 committed Sep 9, 2024
1 parent b751243 commit 8abb661
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collection/client/Submission/Get Test Results/Succeed.bru
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ get {
body: none
auth: none
}

script:pre-request {
await require("./login").loginAdmin(req);
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ body:json {
"language": "Cpp"
}
}

script:pre-request {
await require("./login").loginAdmin(req);
}

0 comments on commit 8abb661

Please sign in to comment.