Skip to content

Commit

Permalink
Change allsky url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhelms committed Aug 19, 2024
1 parent bd571a8 commit 645c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obspi/client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const OBSPI_API_URL = "https://obspi.local.sdso.space/api";
export const CAMERA_NORTH_URL = "https://mediamtx.local.sdso.space/north";
export const CAMERA_WEST_URL = "https://mediamtx.local.sdso.space/west";
export const CAMERA_SOUTH_URL = "https://mediamtx.local.sdso.space/south";
export const CAMERA_ALLSKY_URL = "https://allsky.local.sdso.space/image";
export const CAMERA_ALLSKY_URL = "https://indiallsky.local.sdso.space/indi-allsky/latestimage";

/* Grafana Embeds */
export const GRAFANA_TEMPERATURE_EMBED_URL = "https://grafana.local.sdso.space/d-solo/f641e97b-06f3-49c7-bb26-a96e9f66bf98/overview?orgId=1&refresh=10s&panelId=1";
Expand Down

0 comments on commit 645c2a6

Please sign in to comment.