added c++ doc and replaced ifndef with pragma once

This commit is contained in:
2019-08-01 21:19:02 +02:00
parent 904cd2e96a
commit 52cc5f204b
13 changed files with 104 additions and 77 deletions

View File

@@ -2,7 +2,7 @@
// Created by lukas on 18.06.19.
//
#include "IPAPI.h"
#include "api/IPAPI.h"
std::string IPAPI::getGlobalIp() {
return request("https://api.ipify.org");