Skip to content

Commit 0234c5d

Browse files
実験用2
1 parent 8ffe4dd commit 0234c5d

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)