Skip to content

Instantly share code, notes, and snippets.

@Sytten
Created May 19, 2020 00:36
Show Gist options
  • Save Sytten/baf07046099c50b6795d040af15a27a1 to your computer and use it in GitHub Desktop.
Save Sytten/baf07046099c50b6795d040af15a27a1 to your computer and use it in GitHub Desktop.
failing-revenge-grade-flag
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