Fix airline creation logic in installer #677 (#678)

This commit is contained in:
Nabeel S
2020-05-02 15:09:27 -04:00
committed by GitHub
parent 99f4f3b3d8
commit 2ea18ae1c6
3 changed files with 193 additions and 189 deletions

View File

@@ -140,7 +140,7 @@
e.preventDefault();
const opts = {
method: 'POST',
url: '/importer/dbtest',
url: '/install/dbtest',
data: {
_token: "{{ csrf_token() }}",
db_conn: 'mysql',