6 lines
83 B
C++
6 lines
83 B
C++
#include "utils.h"
|
|
|
|
namespace utils {
|
|
QString API_URL = "http://localhost:8080";
|
|
}
|