S.I.M.P LogoS.I.M.P

Frontend & Static

Serving the frontend and static files.

All non-API routes are handled by the frontend or static file handler.

  • Path: / (catch-all except /api/*)
  • Source: handlers.go

Behavior

  • Requests to /api/* are handled by the API.
  • Requests to /[uuid].[ext] are handled as image access.
  • All other requests serve the frontend (e.g., Single Page App, static assets).

Frontend routing diagram

On this page