diff options
author | Yigit Sever | 2021-04-13 04:05:44 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-13 04:05:49 +0300 |
commit | 17d73bb73f4396c22ca24c3839a5449f5e28b4e5 (patch) | |
tree | 06b90d76e40101b462f2ddcfa89c768d78279ed6 /tester.sh | |
parent | 0cc703bc74539f123d57d2d392eaf6b99eca26e7 (diff) | |
download | gradecoin-17d73bb73f4396c22ca24c3839a5449f5e28b4e5.tar.gz gradecoin-17d73bb73f4396c22ca24c3839a5449f5e28b4e5.tar.bz2 gradecoin-17d73bb73f4396c22ca24c3839a5449f5e28b4e5.zip |
Housekeeping
Moved tests out of routes.rs into their own file
Learned how to use lib.rs, now we have cargo doc support as well
Diffstat (limited to 'tester.sh')
-rwxr-xr-x | tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ curl --request POST \ | |||
13 | http://localhost:8080/register | 13 | http://localhost:8080/register |
14 | 14 | ||
15 | ## new registration request | 15 | ## new registration request |
16 | ## should fail because foobar is not a student | 16 | ## this student can hold a gradecoin account |
17 | curl --request POST \ | 17 | curl --request POST \ |
18 | --header 'Content-Type: application/json' \ | 18 | --header 'Content-Type: application/json' \ |
19 | --data '{ | 19 | --data '{ |