Added favicon, text stroke and changes to data handling
This commit is contained in:
8
src/pages/api/markers.json.ts
Normal file
8
src/pages/api/markers.json.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { APIRoute } from "astro";
|
||||
import { allianceMarkers } from "./data/alliance.markers";
|
||||
|
||||
export const GET: APIRoute = ({ params, request }) => {
|
||||
return new Response(
|
||||
JSON.stringify(allianceMarkers)
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user