Added call to land here button

This commit is contained in:
Pax1601
2023-03-21 21:39:55 +01:00
parent 2d47b93445
commit b3c1cbdba5
3 changed files with 10 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ export function getAirbases(callback: CallableFunction) {
GET(callback, AIRBASES_URI);
}
export function getBulllseye(callback: CallableFunction) {
export function getBullseye(callback: CallableFunction) {
GET(callback, BULLSEYE_URI);
}