Corrected relative path for POST action
This commit is contained in:
parent
8e97312b11
commit
1106c8e95f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
The name must _exactly_ match the name of the game on twitch.tv
|
||||
i.e. csgo must be "Counter-Strike: Global Offensive".
|
||||
</p>
|
||||
<form method="get" action="/">
|
||||
<form method="get" action="./">
|
||||
<table class="Input">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
The name must _exactly_ match the name of the game on twitch.tv
|
||||
i.e. csgo must be "Counter-Strike: Global Offensive".
|
||||
</p>
|
||||
<form method="get" action="/">
|
||||
<form method="get" action="./">
|
||||
<table class="Input">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue