NCNU-Scholarship/api
Ting-Jun Wang 256c64dcf5
fix: change some db tables's setting.
- change `audit`.`assistant_id` to `audit`.`assistant_username`
- change `audit`.`assistant_username` from int to varchar(30)
- change foreign key between `audit`.`assistant_id` & `assistant`.`id`
  to between `audit`.`assistant_username` & `assistant`.`username`
2024-07-26 21:52:07 +08:00
..
audit.js fix: change some db tables's setting. 2024-07-26 21:52:07 +08:00
example.js add example form : client can clicked apply item and post the request to put the data into database 2024-06-08 08:33:58 +08:00
login.js feat: use JWT to verify is_assistant 2024-07-26 21:27:27 +08:00
main.js fix: complete form with noSupportProof uploading 2024-07-25 23:44:18 +08:00