This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
greg-ng
Watch
7
Star
0
Fork
0
You've already forked greg-ng
Code
Issues
24
Pull Requests
Actions
Releases
Activity
main
greg-ng
/
src
/
api.rs
5 lines
91 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
extract API logic into generic functions, and wrap REST API around
2024-04-15 23:24:47 +02:00
mod
base
;
mod
rest_wrapper_v1
;
Initial commit
2024-04-14 00:55:00 +02:00
cargo fmt
2024-12-14 13:46:42 +01:00
pub
use
rest_wrapper_v1
::
{
rest_api_docs
,
rest_api_routes
}
;
Reference in New Issue
Copy Permalink