Skip to content

Conversation

@RalitsaIlieva
Copy link

The change was made because I need more info about the campaign in the news section where a new frontend is prepared

Motivation and context

Testing

Steps to test

New endpoints

Environment

New environment variables:

  • NEW_ENV_VAR: env var details

New or updated dependencies:

Dependency name Previous version Updated version Details
dependency/name v1.0.0 v2.0.0

@github-actions
Copy link

github-actions bot commented Feb 12, 2024

✅ Tests will run for this PR. Once they succeed it can be merged.

@igoychev igoychev added the run tests Allows running the tests workflows for forked repos label Mar 2, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Mar 2, 2024
return await this.campaignService.createCampaign(createDto, person?.id)
}

@Get('byId/:id')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This endpoint is for administrators only, and the returned data by it is not meant to be public.
If the goal is to get the donation data of campaign, please use one of the available Public() endpoints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants