This website requires JavaScript.
Sign in
redstrate
/
voting-system
Watch
1
Fork
You've already forked voting-system
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6
commits
1
branch
0
tags
75
KiB
40c6ed2c44
Commit graph
6 commits
This branch
This branch
All branches
Author
SHA1
Message
Date
Joshua Goins
40c6ed2c44
Move the voting API under one route
...
Instead of /submit and /view, it's either a GET or POST request against /votes/:slug.
2025-01-18 13:30:53 -05:00
Joshua Goins
70bfb11e46
Re-arrange .to_owned() placement to stop clippy from complaining
2023-09-24 18:45:34 -04:00
Joshua Goins
fbdea47acd
Optimize the size of the release binary
2023-09-24 18:43:29 -04:00
Joshua Goins
d17ab98f6c
Remove unnecessary mut
2023-09-24 18:33:07 -04:00
Joshua Goins
bd21569ab9
Replace rocket with axum
2023-09-24 18:26:21 -04:00
Joshua Goins
7b3f489251
Add initial files
2023-04-15 16:33:01 -04:00