ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

UUID endpoint field identifier #96

Closed ChromaticPanic closed 3 months ago

ChromaticPanic commented 3 months ago

The get user id end point returns a plain string instead of a json object with named fields.

current return "uuid-string"

desired return { user_id: "uuid-string" }

ChromaticPanic commented 3 months ago

Resolved