Skip to content

Commit 7e42787

Browse files
committed
Fix Netlify API redirects.
1 parent b2b105a commit 7e42787

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

netlify.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,43 +29,43 @@ to = "/api/MySqlConnectorAssembly/"
2929
status = 302
3030
force = true
3131

32-
[[redirect]]
32+
[[redirects]]
3333
from = "/api/mysql-batch/"
3434
to = "/api/MySqlConnector/MySqlBatchType/"
3535
status = 301
3636
force = true
3737

38-
[[redirect]]
38+
[[redirects]]
3939
from = "/api/mysql-bulk-copy/"
4040
to = "/api/MySqlConnector/MySqlBulkCopyType/"
4141
status = 301
4242
force = true
4343

44-
[[redirect]]
44+
[[redirects]]
4545
from = "/api/mysql-bulk-loader/"
4646
to = "/api/MySqlConnector/MySqlBulkLoaderType/"
4747
status = 301
4848
force = true
4949

50-
[[redirect]]
50+
[[redirects]]
5151
from = "/api/mysql-command/"
5252
to = "/api/MySqlConnector/MySqlCommandType/"
5353
status = 301
5454
force = true
5555

56-
[[redirect]]
56+
[[redirects]]
5757
from = "/api/mysql-connection/"
5858
to = "/api/MySqlConnector/MySqlConnectionType/"
5959
status = 301
6060
force = true
6161

62-
[[redirect]]
62+
[[redirects]]
6363
from = "/api/mysql-data-reader/"
6464
to = "/api/MySqlConnector/MySqlDataReaderType/"
6565
status = 301
6666
force = true
6767

68-
[[redirect]]
68+
[[redirects]]
6969
from = "/api/mysql-transaction/"
7070
to = "/api/MySqlConnector/MySqlTransactionType/"
7171
status = 301

0 commit comments

Comments
 (0)