Minimage / StoryTime_App

Create an app that teaches a language using stories
0 stars 0 forks source link

changed @jwt_required #1

Closed Minimage closed 2 years ago

Minimage commented 2 years ago

@jwt_required Changed to @jwt_required()

@jwt_required was what was causing the error from insomnia when trying to push to the table. Changing it to @jwt_required() allows it to be pushed without removing it from the code