Available Routes in Slides' Backend:

Slides' Backend is ONLY accessible by Slides' frontend. Only the 2 logos can be accessed directly with the links above.

  • /static route contains the images uploaded by a specific user in a presentation.
  • /public route contains the CERN logo and the CERN Slides App logo.
  • /image route is protected by Keycloak. Contains code for image handling in presentations (upload and delete).
  • /presentation route is protected by Keycloak. Contains code for presentation handling (upload and delete).
  • /test route is protected by Keycloak. Lists all files in the server and in the uploads folder.