proc addRoute*(self: Server, httpMethod, route: string, handler: 
proc(request: Request) {.cdecl.}) =
            discard
    
    
    Run

Well, it works, thanks :)

Reply via email to