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
c1438f2480
greg-ng
/
src
/
api.rs
5 lines
74 B
Rust
Raw
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
extract API logic into generic functions, and wrap REST API around
2024-04-15 23:24:47 +02:00
pub
use
rest_wrapper_v1
::
rest_api_routes
;
Reference in New Issue
Copy Permalink