mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added context buttons, temporary fixes to allow preview
This commit is contained in:
@@ -4,8 +4,8 @@ import { UnitDatabase } from "./unitdatabase"
|
||||
|
||||
export class AircraftDatabase extends UnitDatabase {
|
||||
constructor() {
|
||||
//Temporary
|
||||
super('http://localhost:3000/api/databases/units/aircraftdatabase');
|
||||
// Temporary forcing port 3000 for development
|
||||
super(window.location.href.split('?')[0].replace('8080', '3000') + 'api/databases/units/aircraftdatabase');
|
||||
}
|
||||
|
||||
getCategory() {
|
||||
|
||||
Reference in New Issue
Block a user