Created
May 19, 2020 00:36
-
-
Save Sytten/baf07046099c50b6795d040af15a27a1 to your computer and use it in GitHub Desktop.
failing-revenge-grade-flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class FlagApi(Resource): | |
def get(self): | |
return jsonify({'status':'err','description':Config.FLAG_ONE}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment