Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Replace deprecated falcon.API with falcon.App #115

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Replace deprecated falcon.API with falcon.App #115

merged 1 commit into from
Jun 29, 2021

Conversation

obulat
Copy link
Contributor

@obulat obulat commented Jun 28, 2021

Fixes #114

Falcon version 3.0 deprecated falcon.API class, and replaced it with falcon.App. This PR uses the new way of creating the falcon App.

@obulat obulat requested a review from a team as a code owner June 28, 2021 11:45
@obulat obulat requested review from zackkrida and krysal June 28, 2021 11:45
Copy link
Member

@dhruvkb dhruvkb left a comment

Choose a reason for hiding this comment

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

👍 All good!

@obulat obulat merged commit 8eec147 into main Jun 29, 2021
@obulat obulat deleted the falcon.api branch June 29, 2021 09:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace deprecated falcon.api with falcon.app
3 participants