Skip to content

Commit 6dbea84

Browse files
author
Danny Grander
committed
fix: upload form
1 parent cf9d0d6 commit 6dbea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<center>
1818
<form ref='uploadForm'
1919
id='uploadForm'
20-
action='http://localhost:3001/import'
20+
action='/import'
2121
method='post'
2222
encType="multipart/form-data">
2323
<input type="file" name="importFile" />

0 commit comments

Comments
 (0)