Api, split into Api, Entryway, and Router
For a lil side project I need to make an Entryway, and I already have enough infrastructure here that I don't want to redo anything.
This commit is contained in:
parent
53679522fa
commit
cd2e03811e
9 changed files with 155 additions and 45 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::router::{
|
||||
use router::{
|
||||
Router,
|
||||
Endpoint,
|
||||
xrpc::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue