mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
14 lines
229 B
C++
14 lines
229 B
C++
#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 |