Skip to content

Commit

Permalink
Bump to SkyPortal 9673f170591650b3c1c3d953c96564c58323999d
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Apr 12, 2024
1 parent b07c4ed commit 8b2be08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extensions/skyportal/skyportal/app_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
ObjGcnEventHandler,
ObjMPCHandler,
ObjTNSHandler,
ObjPositionHandler,
ObservationHandler,
ObservationTreasureMapHandler,
ObservationASCIIFileHandler,
Expand Down Expand Up @@ -468,6 +469,7 @@ def log_request(self, handler):
(r'/api/sources(/[0-9A-Za-z-_\.\+]+)/mpc', ObjMPCHandler),
(r'/api/sources(/[0-9A-Za-z-_\.\+]+)/tns', ObjTNSHandler),
(r'/api/sources(/[0-9A-Za-z-_\.\+]+)/fink', FinkPhotometryHandler),
(r'/api/sources(/[0-9A-Za-z-_\.\+]+)/position', ObjPositionHandler),
(
r'/api/sources(/[0-9A-Za-z-_\.\+]+)/observability',
SourceObservabilityPlotHandler,
Expand Down

0 comments on commit 8b2be08

Please sign in to comment.