bcgov / citz-imb-wayfinder

CITZ IMB Capstone 2023 Wayfinder
Apache License 2.0
6 stars 2 forks source link

Added /report stub endpoint for development #76

Closed LocalNewsTV closed 1 year ago

LocalNewsTV commented 1 year ago

Description

This PR includes the following proposed change(s):

This is only some stub functionality for a later feature. The purpose of the stub function is to help the frontend with creating their report component by giving them the endpoint they'll be developing towards, and having it echo back to make sure what is being sent is intended and formatted correctly.

Swagger documentation is not included at this time, as another (My next) ticket has updating all Swagger Documentation for new models and things.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Frontend Development Changes

API Development Changes