Skip to content

Commit

Permalink
Add additional airlines
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Feb 5, 2024
1 parent 1c62b43 commit 38e60e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ String doImportFilePost(@ModelAttribute("exchangeEditor") FlightsExchangeEditor
@PostMapping("/import/verify")
String doImportVerifyPost(@ModelAttribute("exchangeEditor") FlightsExchangeEditor exchangeEditor) {
this.getExchangeService().importPackage(exchangeEditor.getExchangePackage(), this.getUserHolder().getCurrentUser());
log.error("IMPLEMENT DATABASE IMPORT!");
return "flights/import/done";
}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/data/airlines-overwrite.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ HK,Hamburg Airways,DE
XJ,Thai AirAsia,TH
D7,AirAsia X,MY
SM,Air Cairo,EG
NR,Manta Air,MV

0 comments on commit 38e60e1

Please sign in to comment.