forked from vieter-v/vieter
refactor(server): migrated all routes to new auth system
This commit is contained in:
parent
4887af26d3
commit
272f14b264
6 changed files with 13 additions and 78 deletions
|
|
@ -394,7 +394,6 @@ fn handle_conn<T>(mut conn net.TcpConn, mut app T, routes map[string]Route) {
|
|||
api_key: app.api_key
|
||||
}
|
||||
|
||||
|
||||
// Calling middleware...
|
||||
app.before_request()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue