Skip to content

Commit 1afdceb

Browse files
committed
fix caps
1 parent db4c660 commit 1afdceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/src/Components/DisplayButton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class DisplayButton extends React.Component {
5555
headers.append("Content-Type", "application/x-www-form-urlencoded")
5656
console.log('auth-header', headers)
5757

58-
model.appendData('api/generateGff', {
58+
model.appendData('api/generateGFF', {
5959
method: 'POST',
6060
headers: headers,
6161
body: requestString,

0 commit comments

Comments
 (0)