lokinet/include/llarp/api.hpp

14 lines
229 B
C++
Raw Normal View History

2018-06-23 00:00:44 +00:00
#ifndef LLARP_API_HPP
#define LLARP_API_HPP
#include <llarp/api/client.hpp>
#include <llarp/api/server.hpp>
namespace llarp
{
namespace api
{
const char DefaultURL[] = "127.0.0.1:34567";
}
} // namespace llarp
#endif