Browse Source

Auto stash before rebase of "origin/master"

pull/2/head
Yiğit Çolakoğlu 6 years ago
parent
commit
be62572fb4
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      server_side/api/voting_system/app.py
  2. BIN
      server_side/api/voting_system/img/checking1.png

+ 1
- 1
server_side/api/voting_system/app.py View File

@ -62,7 +62,7 @@ class Voting(Resource):
try:
return votings[voting_id - 1]
except:
abort(404, error="Voting {} doesn't exist".format(voting_id))
abort(404, error="Voting {} doesn't exist".format(voting_id))
class Vote(Resource):
def get(self, voting_id, vote_id):


BIN
server_side/api/voting_system/img/checking1.png View File

Before After
Width: 256  |  Height: 256  |  Size: 12 KiB

Loading…
Cancel
Save