Skip to content

Commit db8a654

Browse files
Merge pull request #23 from ut-code/lv5buttonadded
実験用2
2 parents 70591f0 + 0234c5d commit db8a654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerable-web/reservation/script.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = window.location.pathname;
66

77
if (path.includes("admin")) {
88
initAdminPage();
9-
} else if (path.includes("index")) {
9+
} else{
1010
initUserPage();
1111
}
1212

0 commit comments

Comments
 (0)