working commit
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
|
||||
|
||||
#include <expected>
|
||||
#include <vector>
|
||||
|
||||
#include <iprouter.hpp>
|
||||
|
||||
std::expected<Routes, std::string> Router::List() {
|
||||
std::vector<Route> routes;
|
||||
return routes;
|
||||
}
|
||||
Reference in New Issue
Block a user